]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.browsing.ui.swt/src/org/simantics/browsing/ui/swt/PassThruInputSource.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.browsing.ui.swt / src / org / simantics / browsing / ui / swt / PassThruInputSource.java
index 1aa74cfd47b18a3bf825e48aca5077ef70363a67..ea4177f9eb58359a63f8ea0840d2768d47dc44f8 100644 (file)
@@ -1,15 +1,15 @@
-package org.simantics.browsing.ui.swt;\r
-\r
-import org.simantics.browsing.ui.swt.widgets.GraphExplorerComposite.InputSource;\r
-import org.simantics.db.management.ISessionContext;\r
-\r
-public class PassThruInputSource implements InputSource {\r
-    \r
-    public static PassThruInputSource INSTANCE = new PassThruInputSource();\r
-\r
-    @Override\r
-    public Object get(ISessionContext ctx, Object selection) {\r
-        return selection;\r
-    }\r
-\r
-}\r
+package org.simantics.browsing.ui.swt;
+
+import org.simantics.browsing.ui.swt.widgets.GraphExplorerComposite.InputSource;
+import org.simantics.db.management.ISessionContext;
+
+public class PassThruInputSource implements InputSource {
+    
+    public static PassThruInputSource INSTANCE = new PassThruInputSource();
+
+    @Override
+    public Object get(ISessionContext ctx, Object selection) {
+        return selection;
+    }
+
+}