]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.project/src/org/simantics/project/features/Compatibility.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.project / src / org / simantics / project / features / Compatibility.java
index a851ea06714bf06b59ddf40f0ffe0533d0529983..0a8b9dc3b0272af1cc4c2eed4b0ece00181ce6cc 100644 (file)
@@ -1,32 +1,32 @@
-/*******************************************************************************\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.project.features;\r
-\r
-import java.util.EnumSet;\r
-\r
-/**\r
- * Describes the possible types of compatibility that can occur between two\r
- * project features.\r
- * \r
- * @author Tuukka Lehtonen\r
- */\r
-public enum Compatibility {\r
-    COMPATIBLE,\r
-    UNKNOWN,\r
-    INCOMPATIBLE;\r
-    \r
-    public static final EnumSet<Compatibility> MAYBE_COMPATIBLE   = EnumSet.of(Compatibility.COMPATIBLE,\r
-                                                                          Compatibility.UNKNOWN);\r
-\r
-    public static final EnumSet<Compatibility> MAYBE_INCOMPATIBLE = EnumSet.of(Compatibility.UNKNOWN,\r
-                                                                          Compatibility.INCOMPATIBLE);\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.project.features;
+
+import java.util.EnumSet;
+
+/**
+ * Describes the possible types of compatibility that can occur between two
+ * project features.
+ * 
+ * @author Tuukka Lehtonen
+ */
+public enum Compatibility {
+    COMPATIBLE,
+    UNKNOWN,
+    INCOMPATIBLE;
+    
+    public static final EnumSet<Compatibility> MAYBE_COMPATIBLE   = EnumSet.of(Compatibility.COMPATIBLE,
+                                                                          Compatibility.UNKNOWN);
+
+    public static final EnumSet<Compatibility> MAYBE_INCOMPATIBLE = EnumSet.of(Compatibility.UNKNOWN,
+                                                                          Compatibility.INCOMPATIBLE);
+}