]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.debug.graphical/src/org/simantics/debug/graphical/DebuggerSelection.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.debug.graphical / src / org / simantics / debug / graphical / DebuggerSelection.java
index edceb1a1a636c146fd91cc2ed0405962255b7b14..6be6ee64cafdc23954786c04bd8243aee8ca4d54 100644 (file)
@@ -1,14 +1,14 @@
-package org.simantics.debug.graphical;\r
-\r
-import javax.swing.JList;\r
-\r
-public class DebuggerSelection extends JList {\r
-\r
-    private static final long serialVersionUID = 2502385778204965742L;\r
-    \r
-    public DebuggerSelection() {\r
-        super(new String[] {"a", "b", "c"});\r
-    }\r
-    \r
-\r
-}\r
+package org.simantics.debug.graphical;
+
+import javax.swing.JList;
+
+public class DebuggerSelection extends JList {
+
+    private static final long serialVersionUID = 2502385778204965742L;
+    
+    public DebuggerSelection() {
+        super(new String[] {"a", "b", "c"});
+    }
+    
+
+}