Inforporate version checks

This commit is contained in:
jamesagnew 2021-10-26 16:49:49 -04:00
parent 20f31e4854
commit 1792b74b50
1 changed files with 1 additions and 1 deletions

View File

@ -1118,7 +1118,7 @@ public class FhirContext {
try { try {
run.run(); run.run();
retVal = true; retVal = true;
} catch (Exception | NoClassDefFoundError e) { } catch (UnsupportedClassVersionError | Exception | NoClassDefFoundError e) {
retVal = false; retVal = false;
} }
return retVal; return retVal;