]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.structural2/src/org/simantics/structural2/utils/StructuralChangeVisitor.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.structural2 / src / org / simantics / structural2 / utils / StructuralChangeVisitor.java
index 2fef02a6584456cffad0ee59363d5334e20f082d..5b73e2b967903dcf0855ed9937d639ad98b11507 100644 (file)
@@ -1,21 +1,21 @@
-package org.simantics.structural2.utils;\r
-\r
-import org.simantics.db.ReadGraph;\r
-import org.simantics.db.Resource;\r
-import org.simantics.db.exception.DatabaseException;\r
-\r
-public interface StructuralChangeVisitor {\r
-\r
-    /**\r
-     * This method is called for components when\r
-     * <ul>\r
-     *     <li>They are created</li>\r
-     *     <li>Their children are removed</li>\r
-     *     <li>Their properties are changed</li>\r
-     *     <li>Their connections are modified</li>\r
-     * </ul>\r
-     * Flag {@code onlySubstructureChanged} is false, if only the children of the component are removed.\r
-     */\r
-    void visitComponentChange(ReadGraph graph, Resource component, boolean componentItselfModified) throws DatabaseException;\r
-\r
-}\r
+package org.simantics.structural2.utils;
+
+import org.simantics.db.ReadGraph;
+import org.simantics.db.Resource;
+import org.simantics.db.exception.DatabaseException;
+
+public interface StructuralChangeVisitor {
+
+    /**
+     * This method is called for components when
+     * <ul>
+     *     <li>They are created</li>
+     *     <li>Their children are removed</li>
+     *     <li>Their properties are changed</li>
+     *     <li>Their connections are modified</li>
+     * </ul>
+     * Flag {@code onlySubstructureChanged} is false, if only the children of the component are removed.
+     */
+    void visitComponentChange(ReadGraph graph, Resource component, boolean componentItselfModified) throws DatabaseException;
+
+}