]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.browsing.ui/src/org/simantics/browsing/ui/content/Contributor.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.browsing.ui / src / org / simantics / browsing / ui / content / Contributor.java
index 5566127a6dd25e1c1514d7a01db65bfbcbd8622f..cdbe9489f7176437f8ca8117589f9f95e5ccdbcb 100644 (file)
@@ -1,30 +1,30 @@
-/*******************************************************************************\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.browsing.ui.content;\r
-\r
-import org.simantics.browsing.ui.Tester;\r
-\r
-/**\r
- * @author Antti Villberg\r
- */\r
-public interface Contributor<Factory> {\r
-    /**\r
-     * @param updater\r
-     * @param context\r
-     * @param key\r
-     * @return\r
-     */\r
-       Factory getFactory();\r
-    Class<?> getInputClass();\r
-    Tester getNodeContextTester();\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.browsing.ui.content;
+
+import org.simantics.browsing.ui.Tester;
+
+/**
+ * @author Antti Villberg
+ */
+public interface Contributor<Factory> {
+    /**
+     * @param updater
+     * @param context
+     * @param key
+     * @return
+     */
+       Factory getFactory();
+    Class<?> getInputClass();
+    Tester getNodeContextTester();
+    
+}