]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics/src/org/simantics/internal/ModelBrowserPreferenceInitializer.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics / src / org / simantics / internal / ModelBrowserPreferenceInitializer.java
index 02b66d8cef48ad6a717dadd6f8099334b71ab692..0f6b36da29b2eff4a6f43b2fbca8c85dc181a4af 100644 (file)
@@ -1,31 +1,31 @@
-/*******************************************************************************\r
- * Copyright (c) 2012 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
- *     Semantum Oy - initial API and implementation\r
- *******************************************************************************/\r
-package org.simantics.internal;\r
-\r
-import org.eclipse.core.runtime.preferences.AbstractPreferenceInitializer;\r
-import org.eclipse.core.runtime.preferences.DefaultScope;\r
-import org.eclipse.core.runtime.preferences.IScopeContext;\r
-import org.osgi.service.prefs.Preferences;\r
-import org.simantics.ModelBrowserPreferences;\r
-\r
-/**\r
- * @author Tuukka Lehtonen <tuukka.lehtonen@semantum.fi>\r
- */\r
-public class ModelBrowserPreferenceInitializer extends AbstractPreferenceInitializer {\r
-\r
-    public void initializeDefaultPreferences() {\r
-        IScopeContext context = DefaultScope.INSTANCE;\r
-        Preferences node = context.getNode(ModelBrowserPreferences.P_NODE);\r
-        node.put(ModelBrowserPreferences.P_ONTOLOGY_VISIBILITY, ModelBrowserPreferences.DEFAULT_ONTOLOGY_VISIBILITY);\r
-    }\r
-\r
-}\r
+/*******************************************************************************
+ * Copyright (c) 2012 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:
+ *     Semantum Oy - initial API and implementation
+ *******************************************************************************/
+package org.simantics.internal;
+
+import org.eclipse.core.runtime.preferences.AbstractPreferenceInitializer;
+import org.eclipse.core.runtime.preferences.DefaultScope;
+import org.eclipse.core.runtime.preferences.IScopeContext;
+import org.osgi.service.prefs.Preferences;
+import org.simantics.ModelBrowserPreferences;
+
+/**
+ * @author Tuukka Lehtonen <tuukka.lehtonen@semantum.fi>
+ */
+public class ModelBrowserPreferenceInitializer extends AbstractPreferenceInitializer {
+
+    public void initializeDefaultPreferences() {
+        IScopeContext context = DefaultScope.INSTANCE;
+        Preferences node = context.getNode(ModelBrowserPreferences.P_NODE);
+        node.put(ModelBrowserPreferences.P_ONTOLOGY_VISIBILITY, ModelBrowserPreferences.DEFAULT_ONTOLOGY_VISIBILITY);
+    }
+
+}