Returned to original state as the experiment failed

This commit is contained in:
Matti Uusitalo 2018-11-30 09:34:49 +02:00
parent f72fbbe402
commit 5a508f45b9
1 changed files with 1 additions and 1 deletions

View File

@ -637,7 +637,7 @@ public class FhirInstanceValidator extends BaseValidatorBridge implements IValid
@Override
public boolean isNoTerminologyServer() {
return true;
return myWrap.isNoTerminologyServer();
}
@Override