]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.layer0.utils/src/org/simantics/layer0/utils/representation/representations/DefaultStringRepresentationAdapter2.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.layer0.utils / src / org / simantics / layer0 / utils / representation / representations / DefaultStringRepresentationAdapter2.java
index 77b5737a75e2ff11e5c7c2614fc8b9796d2a8d4d..2f98bc739d7996e485a37fdb9e0d636ff4d41683 100644 (file)
@@ -1,26 +1,26 @@
-/*******************************************************************************\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.layer0.utils.representation.representations;\r
-\r
-import org.simantics.db.Resource;\r
-import org.simantics.db.ReadGraph;\r
-import org.simantics.db.common.adaption.SimpleAdapter;\r
-import org.simantics.layer0.utils.representation.StringRepresentation2;\r
-\r
-public class DefaultStringRepresentationAdapter2 extends SimpleAdapter<StringRepresentation2> {\r
-\r
-    @Override\r
-    public StringRepresentation2 adapt(ReadGraph graph, Resource resource) {\r
-        return new DefaultStringRepresentation2(resource);\r
-    }\r
-\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.layer0.utils.representation.representations;
+
+import org.simantics.db.Resource;
+import org.simantics.db.ReadGraph;
+import org.simantics.db.common.adaption.SimpleAdapter;
+import org.simantics.layer0.utils.representation.StringRepresentation2;
+
+public class DefaultStringRepresentationAdapter2 extends SimpleAdapter<StringRepresentation2> {
+
+    @Override
+    public StringRepresentation2 adapt(ReadGraph graph, Resource resource) {
+        return new DefaultStringRepresentation2(resource);
+    }
+
+}