]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.modeling.ui/src/org/simantics/modeling/ui/chart/property/TemplateModifier.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.modeling.ui / src / org / simantics / modeling / ui / chart / property / TemplateModifier.java
index dc185c21a438f513e07304b6d7fc894df12a5c97..b2ec373ef154e08b64cd13d331d3ad38d4c1542a 100644 (file)
@@ -1,34 +1,34 @@
-/*******************************************************************************\r
- * Copyright (c) 2007, 2011 Association for Decentralized Information Management in\r
- * 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.modeling.ui.chart.property;\r
-\r
-import org.simantics.browsing.ui.swt.widgets.impl.ModifyComboListenerImpl;\r
-import org.simantics.db.Resource;\r
-import org.simantics.db.WriteGraph;\r
-import org.simantics.db.exception.DatabaseException;\r
-import org.simantics.operation.Layer0X;\r
-\r
-public class TemplateModifier extends ModifyComboListenerImpl<Resource, Resource> {\r
-\r
-    @Override\r
-    public void applySelection(WriteGraph graph, Resource monitor, Resource template) throws DatabaseException {\r
-\r
-        Layer0X L0X = Layer0X.getInstance(graph);\r
-        Resource exist = graph.getPossibleObject(monitor, L0X.ObtainsProperty);\r
-        if(template.equals(exist)) return;\r
-\r
-        graph.deny(monitor, L0X.ObtainsProperty);\r
-        graph.claim(monitor, L0X.ObtainsProperty1, null, template);\r
-\r
-    }\r
-\r
+/*******************************************************************************
+ * Copyright (c) 2007, 2011 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.modeling.ui.chart.property;
+
+import org.simantics.browsing.ui.swt.widgets.impl.ModifyComboListenerImpl;
+import org.simantics.db.Resource;
+import org.simantics.db.WriteGraph;
+import org.simantics.db.exception.DatabaseException;
+import org.simantics.operation.Layer0X;
+
+public class TemplateModifier extends ModifyComboListenerImpl<Resource, Resource> {
+
+    @Override
+    public void applySelection(WriteGraph graph, Resource monitor, Resource template) throws DatabaseException {
+
+        Layer0X L0X = Layer0X.getInstance(graph);
+        Resource exist = graph.getPossibleObject(monitor, L0X.ObtainsProperty);
+        if(template.equals(exist)) return;
+
+        graph.deny(monitor, L0X.ObtainsProperty);
+        graph.claim(monitor, L0X.ObtainsProperty1, null, template);
+
+    }
+
 }
\ No newline at end of file