]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.debug.browser/src/org/simantics/debug/browser/sections/ResourceLookupSection.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.debug.browser / src / org / simantics / debug / browser / sections / ResourceLookupSection.java
index 77b13aa2acec403626858b4a5985d638ec616771..047ccad707785794ee6513120b7bb9eb450fec2c 100644 (file)
@@ -1,40 +1,40 @@
-/*******************************************************************************\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.sections;\r
-\r
-import java.io.PrintWriter;\r
-\r
-import org.simantics.db.ReadGraph;\r
-import org.simantics.db.exception.DatabaseException;\r
-\r
-/**\r
- * @author Jani Simomaa / Semantum Oy\r
- * @since 1.22\r
- */\r
-public class ResourceLookupSection implements ResourceBrowserSection {\r
-\r
-    @Override\r
-    public double getPriority() {\r
-        return -1;\r
-    }\r
-\r
-    @Override\r
-    public void toHtml(ReadGraph graph, PrintWriter out) throws DatabaseException {\r
-        out.println("<div class=\"resourceLookupSection\">");\r
-        out.println("<form class=\"resource-search\" method=\"POST\">");\r
-        out.println("<input type=\"text\" name=\"resource-input\" placeholder=\"Enter resource URI or ID\" />");\r
-        out.println("<button type=\"submit\">Search</button>");\r
-        out.println("</form>");\r
-        out.println("</div>");\r
-    }\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.sections;
+
+import java.io.PrintWriter;
+
+import org.simantics.db.ReadGraph;
+import org.simantics.db.exception.DatabaseException;
+
+/**
+ * @author Jani Simomaa / Semantum Oy
+ * @since 1.22
+ */
+public class ResourceLookupSection implements ResourceBrowserSection {
+
+    @Override
+    public double getPriority() {
+        return -1;
+    }
+
+    @Override
+    public void toHtml(ReadGraph graph, PrintWriter out) throws DatabaseException {
+        out.println("<div class=\"resourceLookupSection\">");
+        out.println("<form class=\"resource-search\" method=\"POST\">");
+        out.println("<input type=\"text\" name=\"resource-input\" placeholder=\"Enter resource URI or ID\" />");
+        out.println("<button type=\"submit\">Search</button>");
+        out.println("</form>");
+        out.println("</div>");
+    }
+
+}