]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.browsing.ui.common/src/org/simantics/browsing/ui/common/extension/internal/ContributorExtensionImpl.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.browsing.ui.common / src / org / simantics / browsing / ui / common / extension / internal / ContributorExtensionImpl.java
index 7d7163a046582522acd9ab92dd6bd9bc169b9483..a3870b5efbe3bbf49160f15536f47f203e6e83fc 100644 (file)
@@ -1,39 +1,39 @@
-/*******************************************************************************\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.common.extension.internal;\r
-\r
-import org.simantics.browsing.ui.content.Contributor;\r
-\r
-\r
-\r
-\r
-final public class ContributorExtensionImpl<Factory> implements ContributorExtension<Factory> {\r
-\r
-       final private String id;\r
-       final private Contributor<Factory> factory;\r
-    \r
-    public ContributorExtensionImpl(String id, Contributor<Factory> factory) {\r
-       this.id = id;\r
-        this.factory = factory;\r
-    }\r
-\r
-    @Override\r
-    public Contributor<Factory> getFactory() {\r
-        return factory;\r
-    }\r
-\r
-       @Override\r
-       public String getId() {\r
-               return id;\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.browsing.ui.common.extension.internal;
+
+import org.simantics.browsing.ui.content.Contributor;
+
+
+
+
+final public class ContributorExtensionImpl<Factory> implements ContributorExtension<Factory> {
+
+       final private String id;
+       final private Contributor<Factory> factory;
+    
+    public ContributorExtensionImpl(String id, Contributor<Factory> factory) {
+       this.id = id;
+        this.factory = factory;
+    }
+
+    @Override
+    public Contributor<Factory> getFactory() {
+        return factory;
+    }
+
+       @Override
+       public String getId() {
+               return id;
+       }
+
+}