]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.editors.win32/src/org/simantics/editors/win32/IEditorDefinitionExtension.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.editors.win32 / src / org / simantics / editors / win32 / IEditorDefinitionExtension.java
index 52ca7cddb7c116cea7b7dfec4225f4d3988f6741..e902fc3d39b92a3a0d79710921da38f5e9942257 100644 (file)
@@ -1,34 +1,34 @@
-/*******************************************************************************\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.editors.win32;\r
-\r
-import org.simantics.editors.win32.ole.EditorDefinition;\r
-\r
-public interface IEditorDefinitionExtension {\r
-\r
-    EditorDefinition getFactory();\r
-\r
-    class Stub implements IEditorDefinitionExtension {\r
-       EditorDefinition factory;\r
-\r
-        Stub(EditorDefinition factory) {\r
-               this.factory = factory;\r
-        }\r
-        \r
-        @Override\r
-        public EditorDefinition getFactory() {\r
-               return factory;\r
-        }\r
-\r
-        \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.editors.win32;
+
+import org.simantics.editors.win32.ole.EditorDefinition;
+
+public interface IEditorDefinitionExtension {
+
+    EditorDefinition getFactory();
+
+    class Stub implements IEditorDefinitionExtension {
+       EditorDefinition factory;
+
+        Stub(EditorDefinition factory) {
+               this.factory = factory;
+        }
+        
+        @Override
+        public EditorDefinition getFactory() {
+               return factory;
+        }
+
+        
+    }
+}