fix whitespace

This commit is contained in:
Grahame Grieve 2020-06-10 09:47:12 +10:00
parent cfe386e141
commit 0c9375aa5b
1 changed files with 214 additions and 214 deletions

View File

@ -232,7 +232,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or
return super.isEmpty() && ca.uhn.fhir.util.ElementUtil.isEmpty(modifierExtension); return super.isEmpty() && ca.uhn.fhir.util.ElementUtil.isEmpty(modifierExtension);
} }
// Manual code (from Configuration.txt)t: // Manual code (from Configuration.txt)t:
public void checkNoModifiers(String noun, String verb) throws FHIRException { public void checkNoModifiers(String noun, String verb) throws FHIRException {
if (hasModifierExtension()) { if (hasModifierExtension()) {
@ -303,6 +303,6 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or
return java.util.Collections.unmodifiableList(retVal); return java.util.Collections.unmodifiableList(retVal);
} }
// end addition // end addition
} }