]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.browsing.ui.model/src/org/simantics/browsing/ui/model/nodetypes/OrderedNodeTypeMultiMap.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.browsing.ui.model / src / org / simantics / browsing / ui / model / nodetypes / OrderedNodeTypeMultiMap.java
index 9d6cdf8d0dd415d58f8597a30d7ef878296b5862..2261e89871a281ac10d9f209dffe88eb2f117fd6 100644 (file)
@@ -1,25 +1,25 @@
-/*******************************************************************************\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.Collections;\r
-import java.util.List;\r
-\r
-\r
-public class OrderedNodeTypeMultiMap<T extends Comparable<? super T>> extends NodeTypeMultiMap<T> {\r
-\r
-    @Override\r
-    protected void sort(List<T> values) {\r
-        Collections.sort(values);\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.Collections;
+import java.util.List;
+
+
+public class OrderedNodeTypeMultiMap<T extends Comparable<? super T>> extends NodeTypeMultiMap<T> {
+
+    @Override
+    protected void sort(List<T> values) {
+        Collections.sort(values);
+    }
+
+}