]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.diagram/src/org/simantics/diagram/symbolcontribution/EmptySymbolProviderFactory.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.diagram / src / org / simantics / diagram / symbolcontribution / EmptySymbolProviderFactory.java
index 6f73ba55cf390c056fa331a1a3f884d1674a3dae..81042a2102475608de7840924733b50ac0265332 100644 (file)
@@ -1,38 +1,38 @@
-/*******************************************************************************\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.diagram.symbolcontribution;\r
-\r
-import org.simantics.db.ReadGraph;\r
-import org.simantics.db.exception.DatabaseException;\r
-\r
-/**\r
- * @author Tuukka Lehtonen\r
- */\r
-public class EmptySymbolProviderFactory implements SymbolProviderFactory {\r
-\r
-    public static final EmptySymbolProviderFactory INSTANCE = new EmptySymbolProviderFactory();\r
-\r
-    static class SymbolProvider extends AbstractSymbolProvider {\r
-        public SymbolProvider() {\r
-            super();\r
-            lockGroups();\r
-        }\r
-    }\r
-\r
-    SymbolProvider PROVIDER = new SymbolProvider();\r
-\r
-    @Override\r
-    public ISymbolProvider create(ReadGraph g) throws DatabaseException {\r
-        return PROVIDER;\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.diagram.symbolcontribution;
+
+import org.simantics.db.ReadGraph;
+import org.simantics.db.exception.DatabaseException;
+
+/**
+ * @author Tuukka Lehtonen
+ */
+public class EmptySymbolProviderFactory implements SymbolProviderFactory {
+
+    public static final EmptySymbolProviderFactory INSTANCE = new EmptySymbolProviderFactory();
+
+    static class SymbolProvider extends AbstractSymbolProvider {
+        public SymbolProvider() {
+            super();
+            lockGroups();
+        }
+    }
+
+    SymbolProvider PROVIDER = new SymbolProvider();
+
+    @Override
+    public ISymbolProvider create(ReadGraph g) throws DatabaseException {
+        return PROVIDER;
+    }
+
+}