]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.spreadsheet.ui/src/org/simantics/spreadsheet/ui/TableSelection.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.spreadsheet.ui / src / org / simantics / spreadsheet / ui / TableSelection.java
index aaf978e5f048f30b1263c627cb90c021f903b735..a79e1caa8815188c1225919f21931d5c3be7d4b6 100644 (file)
@@ -1,7 +1,7 @@
-package org.simantics.spreadsheet.ui;\r
-\r
-\r
-public interface TableSelection {\r
-    int[] getRows();\r
-    int[] getColumns();\r
+package org.simantics.spreadsheet.ui;
+
+
+public interface TableSelection {
+    int[] getRows();
+    int[] getColumns();
 }
\ No newline at end of file