Merge branch 'master' of github.com:jamesagnew/hapi-fhir
This commit is contained in:
commit
dd1a312278
|
@ -87,7 +87,7 @@ public class MyOrganization extends Organization {
|
|||
|
||||
@Override
|
||||
public boolean isEmpty() {
|
||||
return ElementUtil.isEmpty(super.isEmpty(), myBillingCode, myEmergencyContact);
|
||||
return super.isEmpty() && ElementUtil.isEmpty(myBillingCode, myEmergencyContact);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue