]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.structural.synchronization.client/src/org/simantics/structural/synchronization/base/ComponentFactory.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.structural.synchronization.client / src / org / simantics / structural / synchronization / base / ComponentFactory.java
index b51d08a05b72b506fff00f5db963d0355c5676e0..82ffe07cb826b95c0d11fad6fa1491c8e7452112 100644 (file)
@@ -1,7 +1,7 @@
-package org.simantics.structural.synchronization.base;\r
-\r
-public interface ComponentFactory<T extends ComponentBase<T>> {\r
-\r
-       T create(String uid);\r
-       \r
-}\r
+package org.simantics.structural.synchronization.base;
+
+public interface ComponentFactory<T extends ComponentBase<T>> {
+
+       T create(String uid);
+       
+}