Revert: premature hapiworkercontext changes
This commit is contained in:
parent
1ca0e7bd53
commit
95573a244b
|
@ -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();
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue