remove dead whitespace
This commit is contained in:
parent
cc1861e876
commit
a1a3e65106
|
@ -63,9 +63,6 @@ public class GoldenResourceAnnotatingProcessor implements ItemProcessor<List<IBa
|
||||||
private String myPatientFhirPath;
|
private String myPatientFhirPath;
|
||||||
private IFhirPath myFhirPath;
|
private IFhirPath myFhirPath;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public List<IBaseResource> process(List<IBaseResource> theIBaseResources) throws Exception {
|
public List<IBaseResource> process(List<IBaseResource> theIBaseResources) throws Exception {
|
||||||
if (myMdmEnabled) {
|
if (myMdmEnabled) {
|
||||||
|
|
Loading…
Reference in New Issue