]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.ui/src/org/simantics/ui/selection/JSONContentType.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.ui / src / org / simantics / ui / selection / JSONContentType.java
index 815595d6e510afaf065e662c7445ecf26d0b634d..b2c698c54f3dcdbc8fc78d252a4ca73ecd64e39a 100644 (file)
@@ -1,13 +1,13 @@
-package org.simantics.ui.selection;\r
-\r
-import org.simantics.db.RequestProcessor;\r
-\r
-public class JSONContentType implements WorkbenchSelectionContentType<String>  {\r
-\r
-       public RequestProcessor processor;\r
-       \r
-       public JSONContentType(RequestProcessor processor) {\r
-               this.processor = processor;\r
-       }\r
-       \r
-}\r
+package org.simantics.ui.selection;
+
+import org.simantics.db.RequestProcessor;
+
+public class JSONContentType implements WorkbenchSelectionContentType<String>  {
+
+       public RequestProcessor processor;
+       
+       public JSONContentType(RequestProcessor processor) {
+               this.processor = processor;
+       }
+       
+}