Revert: premature hapiworkercontext changes

This commit is contained in:
Ken Stevens 2019-09-03 15:14:27 -04:00 committed by James Agnew
parent 1ca0e7bd53
commit 95573a244b
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(); throw new UnsupportedOperationException();
} }
@Override
public String getLinkForUrl(String theS, String theS1) {
return null;
}
@Override @Override
public List<String> getTypeNames() { public List<String> getTypeNames() {
throw new UnsupportedOperationException(); throw new UnsupportedOperationException();

View File

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