Fix compile error
This commit is contained in:
parent
935938e92c
commit
81a69c265f
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue