]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.db/src/org/simantics/db/request/Request.java
IConnectionPoint and canBeConnected-checking util to SCL
[simantics/platform.git] / bundles / org.simantics.db / src / org / simantics / db / request / Request.java
index 412850ae08c4e3153b1f46e5d38b602b802f7234..ef605a53bcf5b1b392b8d03469d3bf1f1d598811 100644 (file)
@@ -1,14 +1,14 @@
-package org.simantics.db.request;\r
-\r
-public interface Request {\r
-\r
-       /*\r
-        * The integer value obtained from this method can be used to determine\r
-        * the evaluation thread of the request.\r
-        * \r
-        * @return A non-negative integer value\r
-        * \r
-        */\r
-       int threadHash();\r
-       \r
-}\r
+package org.simantics.db.request;
+
+public interface Request {
+
+       /*
+        * The integer value obtained from this method can be used to determine
+        * the evaluation thread of the request.
+        * 
+        * @return A non-negative integer value
+        * 
+        */
+       int threadHash();
+       
+}