mirror of https://github.com/apache/activemq.git
AMQ-7082 - fix final ref in test
This commit is contained in:
parent
79c74998dc
commit
efa4e683bc
|
@ -221,7 +221,7 @@ public class PageFileTest extends TestCase {
|
|||
|
||||
//Load a second instance on the same directory fo the page file which
|
||||
//simulates an unclean shutdown from the previous run
|
||||
PageFile pf2 = new PageFile(new File("target/test-data"), getName());
|
||||
final PageFile pf2 = new PageFile(new File("target/test-data"), getName());
|
||||
pf2.setEnableRecoveryFile(false);
|
||||
pf2.load();
|
||||
try {
|
||||
|
|
Loading…
Reference in New Issue