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) {
|
if (theProvider instanceof PersistedJpaBundleProvider) {
|
||||||
PersistedJpaBundleProvider provider = (PersistedJpaBundleProvider) theFound;
|
PersistedJpaBundleProvider provider = (PersistedJpaBundleProvider) theProvider;
|
||||||
provider.clearCachedDataForUnitTest();
|
provider.clearCachedDataForUnitTest();
|
||||||
}
|
}
|
||||||
size = theProvider.size();
|
size = theProvider.size();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user