Inforporate version checks
This commit is contained in:
parent
20f31e4854
commit
1792b74b50
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue