]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.structural.synchronization.client/src/org/simantics/structural/synchronization/base/CommandBuilder.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.structural.synchronization.client / src / org / simantics / structural / synchronization / base / CommandBuilder.java
index bd89fdfc2fd81789cc560e1c58cc4314c229ee6d..45f2791a87beb2e39c7160af06423ee6e875e948 100644 (file)
@@ -1,8 +1,8 @@
-package org.simantics.structural.synchronization.base;\r
-\r
-public interface CommandBuilder {\r
-\r
-       void apply(Solver solver);\r
-       <T> T getConcrete();\r
-       \r
-}\r
+package org.simantics.structural.synchronization.base;
+
+public interface CommandBuilder {
+
+       void apply(Solver solver);
+       <T> T getConcrete();
+       
+}