]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.debug.browser/src/org/simantics/debug/browser/internal/rewriters/ResourceLookupCreator.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.debug.browser / src / org / simantics / debug / browser / internal / rewriters / ResourceLookupCreator.java
index a496b80f3cb681a246216aaf80cebc7d3e0c6438..4850cf913e03b9a51ca581f383ec3fdc6f264e8b 100644 (file)
@@ -1,42 +1,42 @@
-/*******************************************************************************\r
- * Copyright (c) 2016 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
- *     THTH ry - initial API and implementation\r
- *******************************************************************************/\r
-package org.simantics.debug.browser.internal.rewriters;\r
-\r
-import org.simantics.db.ReadGraph;\r
-import org.simantics.db.exception.DatabaseException;\r
-import org.simantics.debug.browser.content.ResourceBrowserContent;\r
-import org.simantics.debug.browser.content.ResourceBrowserRewriter;\r
-import org.simantics.debug.browser.sections.ResourceLookupSection;\r
-\r
-/**\r
- * @author Jani Simomaa / Semantum Oy\r
- * @since 1.22\r
- */\r
-public enum ResourceLookupCreator implements ResourceBrowserRewriter {\r
-    INSTANCE;\r
-\r
-    private ResourceLookupSection lookupSection;\r
-    \r
-    ResourceLookupCreator() {\r
-        lookupSection = new ResourceLookupSection();\r
-    }\r
-    \r
-    @Override\r
-    public double getPriority() {\r
-        return lookupSection.getPriority();\r
-    }\r
-\r
-    @Override\r
-    public void rewrite(ReadGraph graph, ResourceBrowserContent content) throws DatabaseException {\r
-        content.putSection(ResourceLookupSection.class, lookupSection);\r
-    }\r
-}\r
+/*******************************************************************************
+ * Copyright (c) 2016 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:
+ *     THTH ry - initial API and implementation
+ *******************************************************************************/
+package org.simantics.debug.browser.internal.rewriters;
+
+import org.simantics.db.ReadGraph;
+import org.simantics.db.exception.DatabaseException;
+import org.simantics.debug.browser.content.ResourceBrowserContent;
+import org.simantics.debug.browser.content.ResourceBrowserRewriter;
+import org.simantics.debug.browser.sections.ResourceLookupSection;
+
+/**
+ * @author Jani Simomaa / Semantum Oy
+ * @since 1.22
+ */
+public enum ResourceLookupCreator implements ResourceBrowserRewriter {
+    INSTANCE;
+
+    private ResourceLookupSection lookupSection;
+    
+    ResourceLookupCreator() {
+        lookupSection = new ResourceLookupSection();
+    }
+    
+    @Override
+    public double getPriority() {
+        return lookupSection.getPriority();
+    }
+
+    @Override
+    public void rewrite(ReadGraph graph, ResourceBrowserContent content) throws DatabaseException {
+        content.putSection(ResourceLookupSection.class, lookupSection);
+    }
+}