]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.document.ui/src/org/simantics/document/ui/OpenWikiDocumentAdapter.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.document.ui / src / org / simantics / document / ui / OpenWikiDocumentAdapter.java
index 6434ca043bebfa361558fbfeffbe59cea3ee524e..993c40122e97f9dd337178dd2fe5f965589ce954 100644 (file)
@@ -1,35 +1,35 @@
-/*******************************************************************************\r
- * Copyright (c) 2007, 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
- *     VTT Technical Research Centre of Finland - initial API and implementation\r
- *******************************************************************************/\r
-package org.simantics.document.ui;\r
-\r
-import java.net.MalformedURLException;\r
-\r
-import org.simantics.db.ReadGraph;\r
-import org.simantics.db.Resource;\r
-import org.simantics.db.exception.DatabaseException;\r
-import org.simantics.document.DocumentResource;\r
-\r
-/**\r
- * @author Tuukka Lehtonen\r
- */\r
-public class OpenWikiDocumentAdapter extends OpenEntityDocumentAdapter {\r
-\r
-    public OpenWikiDocumentAdapter() throws MalformedURLException {\r
-        super();\r
-    }\r
-\r
-    @Override\r
-    public boolean canHandle(ReadGraph g, Resource r) throws DatabaseException {\r
-        return g.isInstanceOf(r, DocumentResource.getInstance(g).WikiDocument);\r
-    }\r
-\r
-}\r
+/*******************************************************************************
+ * Copyright (c) 2007, 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:
+ *     VTT Technical Research Centre of Finland - initial API and implementation
+ *******************************************************************************/
+package org.simantics.document.ui;
+
+import java.net.MalformedURLException;
+
+import org.simantics.db.ReadGraph;
+import org.simantics.db.Resource;
+import org.simantics.db.exception.DatabaseException;
+import org.simantics.document.DocumentResource;
+
+/**
+ * @author Tuukka Lehtonen
+ */
+public class OpenWikiDocumentAdapter extends OpenEntityDocumentAdapter {
+
+    public OpenWikiDocumentAdapter() throws MalformedURLException {
+        super();
+    }
+
+    @Override
+    public boolean canHandle(ReadGraph g, Resource r) throws DatabaseException {
+        return g.isInstanceOf(r, DocumentResource.getInstance(g).WikiDocument);
+    }
+
+}