Fix compile error
This commit is contained in:
parent
935938e92c
commit
81a69c265f
|
@ -178,7 +178,7 @@ public abstract class BaseJpaTest {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (theProvider instanceof PersistedJpaBundleProvider) {
|
if (theProvider instanceof PersistedJpaBundleProvider) {
|
||||||
PersistedJpaBundleProvider provider = (PersistedJpaBundleProvider) theFound;
|
PersistedJpaBundleProvider provider = (PersistedJpaBundleProvider) theProvider;
|
||||||
provider.clearCachedDataForUnitTest();
|
provider.clearCachedDataForUnitTest();
|
||||||
}
|
}
|
||||||
size = theProvider.size();
|
size = theProvider.size();
|
||||||
|
|
Loading…
Reference in New Issue