]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.layer0.utils/src/org/simantics/layer0/utils/operations/IOperation.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.layer0.utils / src / org / simantics / layer0 / utils / operations / IOperation.java
index 50fcb65447df0d493c8f08c713679fcd8d1d534f..641817408b027dcab93ca0b277f81739fd4928d7 100644 (file)
@@ -1,35 +1,35 @@
-/*******************************************************************************\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.layer0.utils.operations;\r
-\r
-import org.simantics.db.Session;\r
-import org.simantics.utils.datastructures.persistent.IContextMap;\r
-\r
-/**\r
- * To define an icon for an IOperation, define a resource adapter for the\r
- * <code>org.simantics.ui.icons.ImageDescriptorProvider</code>\r
- * interface.\r
- */\r
-public interface IOperation {\r
-\r
-       public static final Object SUBJECT = new Object() {\r
-               public String toString() { return "SUBJECT"; }\r
-       };\r
-       \r
-       public static final Object PROJECT = new Object() {\r
-               public String toString() { return "PROJECT"; }\r
-       };\r
-       \r
-       String getName();\r
-       void exec(Session session, IContextMap context);\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.layer0.utils.operations;
+
+import org.simantics.db.Session;
+import org.simantics.utils.datastructures.persistent.IContextMap;
+
+/**
+ * To define an icon for an IOperation, define a resource adapter for the
+ * <code>org.simantics.ui.icons.ImageDescriptorProvider</code>
+ * interface.
+ */
+public interface IOperation {
+
+       public static final Object SUBJECT = new Object() {
+               public String toString() { return "SUBJECT"; }
+       };
+       
+       public static final Object PROJECT = new Object() {
+               public String toString() { return "PROJECT"; }
+       };
+       
+       String getName();
+       void exec(Session session, IContextMap context);
+       
+}