mirror of
https://github.com/hapifhir/hapi-fhir.git
synced 2025-03-09 14:33:32 +00:00
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…
x
Reference in New Issue
Block a user