]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.db.common/src/org/simantics/db/common/request/FreshName.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.db.common / src / org / simantics / db / common / request / FreshName.java
index 432ffcd42c4fe05d62745eb1a05bdb2fd9afa4ce..a4dc10540e3c70c297e51093424593b53be0cf6b 100644 (file)
@@ -1,30 +1,30 @@
-/*******************************************************************************\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.db.common.request;\r
-\r
-import org.simantics.db.ReadGraph;\r
-import org.simantics.db.Resource;\r
-import org.simantics.db.common.utils.NameUtils;\r
-import org.simantics.db.exception.DatabaseException;\r
-\r
-public class FreshName extends BinaryRead<Resource, String, String> {\r
-\r
-    public FreshName(Resource container, String suggestion) {\r
-        super(container, suggestion);\r
-    }\r
-\r
-    @Override\r
-    public String perform(ReadGraph graph) throws DatabaseException {\r
-        return NameUtils.findFreshName(graph, parameter2, parameter);\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.db.common.request;
+
+import org.simantics.db.ReadGraph;
+import org.simantics.db.Resource;
+import org.simantics.db.common.utils.NameUtils;
+import org.simantics.db.exception.DatabaseException;
+
+public class FreshName extends BinaryRead<Resource, String, String> {
+
+    public FreshName(Resource container, String suggestion) {
+        super(container, suggestion);
+    }
+
+    @Override
+    public String perform(ReadGraph graph) throws DatabaseException {
+        return NameUtils.findFreshName(graph, parameter2, parameter);
+    }
+    
 }
\ No newline at end of file