mirror of
https://github.com/apache/activemq.git
synced 2025-02-18 07:56:20 +00:00
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
|
//Load a second instance on the same directory fo the page file which
|
||||||
//simulates an unclean shutdown from the previous run
|
//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.setEnableRecoveryFile(false);
|
||||||
pf2.load();
|
pf2.load();
|
||||||
try {
|
try {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user