#59 - Even more sorting out profile vs id problem

This commit is contained in:
b.debeaubien 2014-12-16 15:09:55 -05:00
parent 4599ec1544
commit 2d680b1c33
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ public class FhirDstu1 implements IFhirVersion {
}
@Override
public IResource generateProfile(RuntimeResourceDefinition theRuntimeResourceDefinition, HttpServletRequest theRequest) {
public IResource generateProfile(RuntimeResourceDefinition theRuntimeResourceDefinition, String theServerBase) {
throw new UnsupportedOperationException();
}