]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.graph/src/org/simantics/graph/query/Res.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.graph / src / org / simantics / graph / query / Res.java
index 9fb078fcb83bf606d04d4705b859ecd782e95f48..271162dbbeaf464573a89d36197f69e247ebff67 100644 (file)
@@ -1,17 +1,17 @@
-package org.simantics.graph.query;\r
-\r
-\r
-/**\r
- * A resource\r
- * @author Hannu Niemistö\r
- */\r
-public interface Res {\r
-       \r
-       /** \r
-        * Get a name or URI if available\r
-        *\r
-        * @return a name or URI\r
-        */\r
-       public String toString();\r
-       \r
-}\r
+package org.simantics.graph.query;
+
+
+/**
+ * A resource
+ * @author Hannu Niemistö
+ */
+public interface Res {
+       
+       /** 
+        * Get a name or URI if available
+        *
+        * @return a name or URI
+        */
+       public String toString();
+       
+}