]> gerrit.simantics Code Review - simantics/platform.git/commitdiff
Removed useless constructor from class GraphLayerUtil 16/816/2
authorTuukka Lehtonen <tuukka.lehtonen@semantum.fi>
Tue, 8 Aug 2017 14:19:11 +0000 (17:19 +0300)
committerTuukka Lehtonen <tuukka.lehtonen@semantum.fi>
Thu, 10 Aug 2017 13:00:43 +0000 (16:00 +0300)
refs #7416

Change-Id: I081e20d3bc6fc9ceb32af8b04dd9d48db894ca8a

bundles/org.simantics.diagram/src/org/simantics/diagram/synchronization/graph/layer/GraphLayerUtil.java

index 6a4ecd667bc1190f7576d64b3c340da3fe86f18b..370345f4f2ac87cf1b8fcdf90315e6dac78bf3b1 100644 (file)
@@ -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);