Fix compile error

This commit is contained in:
James Agnew 2018-05-10 06:26:48 -04:00
parent 935938e92c
commit 81a69c265f
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@ public abstract class BaseJpaTest {
}
if (theProvider instanceof PersistedJpaBundleProvider) {
PersistedJpaBundleProvider provider = (PersistedJpaBundleProvider) theFound;
PersistedJpaBundleProvider provider = (PersistedJpaBundleProvider) theProvider;
provider.clearCachedDataForUnitTest();
}
size = theProvider.size();