Revert: premature hapiworkercontext changes

This commit is contained in:
Ken Stevens 2019-09-03 15:14:27 -04:00
parent 5c08e8fdf8
commit e6d866cbf1
2 changed files with 0 additions and 10 deletions

View File

@ -389,11 +389,6 @@ public final class HapiWorkerContext implements IWorkerContext, ValueSetExpander
throw new UnsupportedOperationException();
}
@Override
public String getLinkForUrl(String theS, String theS1) {
return null;
}
@Override
public List<String> getTypeNames() {
throw new UnsupportedOperationException();

View File

@ -353,11 +353,6 @@ public final class HapiWorkerContext implements IWorkerContext, ValueSetExpander
throw new UnsupportedOperationException();
}
@Override
public String getLinkForUrl(String theS, String theS1) {
return null;
}
@Override
public boolean isNoTerminologyServer() {
return false;