fix whitespace
This commit is contained in:
parent
cfe386e141
commit
0c9375aa5b
|
@ -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
|
||||||
|
|
||||||
}
|
}
|
Loading…
Reference in New Issue