Fix compile error

This commit is contained in:
James Agnew 2015-12-14 10:56:22 -05:00
parent 68bb244328
commit 8704e415e2
1 changed files with 0 additions and 2 deletions

View File

@ -74,8 +74,6 @@ public class TinderJpaRestServerMojo extends AbstractMojo {
fhirContext = FhirContext.forDstu2();
} else if ("dstu21".equals(version)) {
fhirContext = FhirContext.forDstu2_1();
} else if ("dev".equals(version)) {
fhirContext = FhirContext.forDev();
} else {
throw new MojoFailureException("Unknown version configured: " + version);
}