]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.browsing.ui.model/src/org/simantics/browsing/ui/model/nodetypes/NodeTypeMultiMap.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.browsing.ui.model / src / org / simantics / browsing / ui / model / nodetypes / NodeTypeMultiMap.java
index 4e7420c8ff97e600102f279ae96fd1d63d52907d..92b13f69b27bcaae1b145acf0e0969e8e02cd958 100644 (file)
@@ -1,32 +1,32 @@
-/*******************************************************************************\r
- * Copyright (c) 2010, 2011 Association for Decentralized Information Management in\r
- * 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.model.nodetypes;\r
-\r
-import java.util.Collection;\r
-\r
-import org.simantics.db.ReadGraph;\r
-import org.simantics.db.exception.DatabaseException;\r
-import org.simantics.db.layer0.util.HierarchyMultiMap;\r
-\r
-/**\r
- * HierarchyMultiMap specialized for NodeType keys.\r
- * \r
- * @author Hannu Niemistö\r
- */\r
-public class NodeTypeMultiMap<T> extends HierarchyMultiMap<NodeType, T> {\r
-\r
-    @Override\r
-    protected Collection<NodeType> getImmediateSuperelements(ReadGraph g, NodeType a) throws DatabaseException {\r
-        return a.getSuper(g);\r
-    }\r
-\r
-}\r
+/*******************************************************************************
+ * Copyright (c) 2010, 2011 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.model.nodetypes;
+
+import java.util.Collection;
+
+import org.simantics.db.ReadGraph;
+import org.simantics.db.exception.DatabaseException;
+import org.simantics.db.layer0.util.HierarchyMultiMap;
+
+/**
+ * HierarchyMultiMap specialized for NodeType keys.
+ * 
+ * @author Hannu Niemistö
+ */
+public class NodeTypeMultiMap<T> extends HierarchyMultiMap<NodeType, T> {
+
+    @Override
+    protected Collection<NodeType> getImmediateSuperelements(ReadGraph g, NodeType a) throws DatabaseException {
+        return a.getSuper(g);
+    }
+
+}