[AMQ-6652] add final modifier to test

(cherry picked from commit af03ad4679)
This commit is contained in:
gtully 2017-04-11 11:39:22 +01:00 committed by Christopher L. Shannon (cshannon)
parent f3a34766a0
commit b8a7aa80e5
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ public class JournalMetaDataCheckpointTest {
// verify metadata is correct on disk
final MessageDatabase.Metadata[] fromDiskMetaData = new MessageDatabase.Metadata[1];
KahaDBStore messageStore = ((KahaDBPersistenceAdapter) broker.getPersistenceAdapter()).getStore();
final KahaDBStore messageStore = ((KahaDBPersistenceAdapter) broker.getPersistenceAdapter()).getStore();
// need to avoid cache and in-progress writes of existing pageFile
PageFile fromDiskPageFile = new PageFile(messageStore.getIndexDirectory(), "db");