use private method getEntityFactory()
Signed-off-by: Michael Hirsch <michael.hirsch@bosch-si.com>
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user