]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.scl.runtime/src/org/simantics/scl/runtime/chr/Fact.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.scl.runtime / src / org / simantics / scl / runtime / chr / Fact.java
index f61d3079dd85d0d1198eb1048bb291c0204a3fde..a75009e12dd7fbd540fd79a4dba39a2f3e1543be 100644 (file)
@@ -1,11 +1,11 @@
-package org.simantics.scl.runtime.chr;\r
-\r
-public interface Fact {\r
-    /**\r
-     * Activates the fact with the given priority. The method returns\r
-     * the new priority of the fact or a negative number if the fact\r
-     * is deactivated.\r
-     */\r
-    int activate(Object context, int priority);\r
-    boolean isAlive();\r
-}\r
+package org.simantics.scl.runtime.chr;
+
+public interface Fact {
+    /**
+     * Activates the fact with the given priority. The method returns
+     * the new priority of the fact or a negative number if the fact
+     * is deactivated.
+     */
+    int activate(Object context, int priority);
+    boolean isAlive();
+}