]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.graph/src/org/simantics/graph/matching/GraphMatchingStrategy.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.graph / src / org / simantics / graph / matching / GraphMatchingStrategy.java
index b7892779f313206a6d7337640224ec9ec104bb77..da9e219dda7ac0c2654b276c0db84e4f3bda0d2a 100644 (file)
@@ -1,10 +1,10 @@
-package org.simantics.graph.matching;\r
-\r
-/**\r
- * Extends given graph matching with a certain graph matching strategy.\r
- * \r
- * @author Hannu Niemistö\r
- */\r
-public interface GraphMatchingStrategy {\r
-       void applyTo(GraphMatching matching);\r
-}\r
+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);
+}