]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.db.services/src/org/simantics/db/services/StructuralChangeSet.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.db.services / src / org / simantics / db / services / StructuralChangeSet.java
index 1a7d9c65d3c83c7e0bcde67e2c53dadc7dadcc6e..8d3c1d96c4b44ac3a2ee1b3902bdf9faf7f67805 100644 (file)
@@ -1,28 +1,28 @@
-/*******************************************************************************\r
- * Copyright (c) 2007, 2010 Association for Decentralized Information Management\r
- * in Industry THTH ry.\r
- * All rights reserved. This program and the accompanying materials\r
- * are made available under the terms of the Eclipse Public License v1.0\r
- * which accompanies this distribution, and is available at\r
- * http://www.eclipse.org/legal/epl-v10.html\r
- *\r
- * Contributors:\r
- *     VTT Technical Research Centre of Finland - initial API and implementation\r
- *******************************************************************************/\r
-package org.simantics.db.services;\r
-\r
-import java.util.Collection;\r
-\r
-import org.simantics.db.Resource;\r
-import org.simantics.db.Statement;\r
-import org.simantics.utils.datastructures.Pair;\r
-\r
-public interface StructuralChangeSet {\r
-    \r
-    Resource                                       getResource();\r
-    boolean                                        valueChanged();\r
-    Collection<Statement>                          added(); // may be null\r
-    Collection<Statement>                          removed(); // may be null\r
-    Collection<Pair<StructuralChangeSet,Resource>> children(); // may be null\r
-    \r
-}\r
+/*******************************************************************************
+ * Copyright (c) 2007, 2010 Association for Decentralized Information Management
+ * in Industry THTH ry.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
+ *     VTT Technical Research Centre of Finland - initial API and implementation
+ *******************************************************************************/
+package org.simantics.db.services;
+
+import java.util.Collection;
+
+import org.simantics.db.Resource;
+import org.simantics.db.Statement;
+import org.simantics.utils.datastructures.Pair;
+
+public interface StructuralChangeSet {
+    
+    Resource                                       getResource();
+    boolean                                        valueChanged();
+    Collection<Statement>                          added(); // may be null
+    Collection<Statement>                          removed(); // may be null
+    Collection<Pair<StructuralChangeSet,Resource>> children(); // may be null
+    
+}