moved up getOutPipelineState()

Change-Id: I7eb4b12eac4b0fcebdfc2fc99b54a707684edb9e
This commit is contained in:
Axel Uhl
2019-05-15 17:33:52 +02:00
parent f4970fd68c
commit 10ea09ad32
@@ -35,9 +35,4 @@ public class RegularManeuverWithoutMarkPassingForDataAnalysisPersistenceManager
getOutPipelineStage()
});
}
protected Document getOutPipelineStage() {
return Document.parse("{$out: '" + COLLECTION_NAME + "'}");
}
}