extract some methods for readability
This commit is contained in:
parent
ea153334fb
commit
4281648a33
|
@ -699,9 +699,8 @@ public abstract class BaseHapiFhirDao<T extends IBaseResource> extends BaseStora
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
boolean retval = !allTagsOld.equals(allTagsNew);
|
|
||||||
theEntity.setHasTags(!allTagsNew.isEmpty());
|
theEntity.setHasTags(!allTagsNew.isEmpty());
|
||||||
return retval;
|
return !allTagsOld.equals(allTagsNew);
|
||||||
}
|
}
|
||||||
|
|
||||||
@SuppressWarnings("unchecked")
|
@SuppressWarnings("unchecked")
|
||||||
|
|
Loading…
Reference in New Issue