Fix compile error
This commit is contained in:
parent
68bb244328
commit
8704e415e2
|
@ -74,8 +74,6 @@ public class TinderJpaRestServerMojo extends AbstractMojo {
|
||||||
fhirContext = FhirContext.forDstu2();
|
fhirContext = FhirContext.forDstu2();
|
||||||
} else if ("dstu21".equals(version)) {
|
} else if ("dstu21".equals(version)) {
|
||||||
fhirContext = FhirContext.forDstu2_1();
|
fhirContext = FhirContext.forDstu2_1();
|
||||||
} else if ("dev".equals(version)) {
|
|
||||||
fhirContext = FhirContext.forDev();
|
|
||||||
} else {
|
} else {
|
||||||
throw new MojoFailureException("Unknown version configured: " + version);
|
throw new MojoFailureException("Unknown version configured: " + version);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue