Inforporate version checks
This commit is contained in:
parent
20f31e4854
commit
1792b74b50
|
@ -1118,7 +1118,7 @@ public class FhirContext {
|
|||
try {
|
||||
run.run();
|
||||
retVal = true;
|
||||
} catch (Exception | NoClassDefFoundError e) {
|
||||
} catch (UnsupportedClassVersionError | Exception | NoClassDefFoundError e) {
|
||||
retVal = false;
|
||||
}
|
||||
return retVal;
|
||||
|
|
Loading…
Reference in New Issue