X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.graph%2Fsrc%2Forg%2Fsimantics%2Fgraph%2Fmatching%2FGraphMatchingStrategy.java;h=da9e219dda7ac0c2654b276c0db84e4f3bda0d2a;hb=0ae2b770234dfc3cbb18bd38f324125cf0faca07;hp=b7892779f313206a6d7337640224ec9ec104bb77;hpb=969bd23cab98a79ca9101af33334000879fb60c5;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.graph/src/org/simantics/graph/matching/GraphMatchingStrategy.java b/bundles/org.simantics.graph/src/org/simantics/graph/matching/GraphMatchingStrategy.java index b7892779f..da9e219dd 100644 --- a/bundles/org.simantics.graph/src/org/simantics/graph/matching/GraphMatchingStrategy.java +++ b/bundles/org.simantics.graph/src/org/simantics/graph/matching/GraphMatchingStrategy.java @@ -1,10 +1,10 @@ -package org.simantics.graph.matching; - -/** - * Extends given graph matching with a certain graph matching strategy. - * - * @author Hannu Niemistö - */ -public interface GraphMatchingStrategy { - void applyTo(GraphMatching matching); -} +package org.simantics.graph.matching; + +/** + * Extends given graph matching with a certain graph matching strategy. + * + * @author Hannu Niemistö + */ +public interface GraphMatchingStrategy { + void applyTo(GraphMatching matching); +}