From: Tuukka Lehtonen Date: Tue, 8 Aug 2017 14:19:11 +0000 (+0300) Subject: Removed useless constructor from class GraphLayerUtil X-Git-Tag: v1.31.0~258 X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=commitdiff_plain;h=373affcc7d97bf2575cc60d1a6b8f9d927f3ad1c Removed useless constructor from class GraphLayerUtil refs #7416 Change-Id: I081e20d3bc6fc9ceb32af8b04dd9d48db894ca8a --- diff --git a/bundles/org.simantics.diagram/src/org/simantics/diagram/synchronization/graph/layer/GraphLayerUtil.java b/bundles/org.simantics.diagram/src/org/simantics/diagram/synchronization/graph/layer/GraphLayerUtil.java index 6a4ecd667..370345f4f 100644 --- a/bundles/org.simantics.diagram/src/org/simantics/diagram/synchronization/graph/layer/GraphLayerUtil.java +++ b/bundles/org.simantics.diagram/src/org/simantics/diagram/synchronization/graph/layer/GraphLayerUtil.java @@ -30,9 +30,6 @@ import org.simantics.layer0.Layer0; */ public final class GraphLayerUtil implements IGraphLayerUtil { - public GraphLayerUtil(Resource layer) { - } - @Override public GraphLayer createLayer(WriteGraph graph, String layerName, boolean active) throws DatabaseException { Layer0 L0 = Layer0.getInstance(graph);