AMQ-7082 - fix final ref in test

This commit is contained in:
gtully 2018-10-19 16:45:04 +01:00
parent 79c74998dc
commit efa4e683bc
1 changed files with 1 additions and 1 deletions

View File

@ -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 {