use private method getEntityFactory()

Signed-off-by: Michael Hirsch <michael.hirsch@bosch-si.com>
This commit is contained in:
Michael Hirsch
2016-07-25 12:07:35 +02:00
parent 2f263faca0
commit ebf2c15da9

View File

@@ -69,7 +69,7 @@ public class ArtifactBeanQuery extends AbstractBeanQuery<LocalArtifact> {
@Override @Override
protected LocalArtifact constructBean() { protected LocalArtifact constructBean() {
return entityFactory.generateLocalArtifact(); return getEntityFactory().generateLocalArtifact();
} }
@Override @Override