]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.ui/src/org/simantics/ui/workbench/editor/EditorMapping.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.ui / src / org / simantics / ui / workbench / editor / EditorMapping.java
index 557eb389de10ae945994f525d5e948742e84b2aa..b303976b896f00ad53cf3fb53db649b98c222652 100644 (file)
@@ -1,36 +1,36 @@
-/*******************************************************************************\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.ui.workbench.editor;\r
-\r
-/**\r
- * @author Tuukka Lehtonen\r
- */\r
-public interface EditorMapping {\r
-\r
-    /**\r
-     * @param o a <code>non-null</code> object to associate the adapter with\r
-     * @param adapter a <code>non-null</code> resource editor adapter\r
-     */\r
-    void put(Object o, EditorAdapter adapter);\r
-\r
-    /**\r
-     * @param o\r
-     * @return\r
-     */\r
-    EditorAdapter get(Object o);\r
-\r
-    /**\r
-     * \r
-     */\r
-    void clear();\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.ui.workbench.editor;
+
+/**
+ * @author Tuukka Lehtonen
+ */
+public interface EditorMapping {
+
+    /**
+     * @param o a <code>non-null</code> object to associate the adapter with
+     * @param adapter a <code>non-null</code> resource editor adapter
+     */
+    void put(Object o, EditorAdapter adapter);
+
+    /**
+     * @param o
+     * @return
+     */
+    EditorAdapter get(Object o);
+
+    /**
+     * 
+     */
+    void clear();
+
 }
\ No newline at end of file