]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.browsing.ui.platform/src/org/simantics/browsing/ui/platform/VariablesInput.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.browsing.ui.platform / src / org / simantics / browsing / ui / platform / VariablesInput.java
index 99ee265117003f4e3952b5308112835b87e686c0..bec80909f1fe47f26eb1a1593fb194773784845a 100644 (file)
@@ -1,34 +1,34 @@
-/*******************************************************************************\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.browsing.ui.platform;\r
-\r
-import org.simantics.db.Resource;\r
-\r
-final public class VariablesInput {\r
-       \r
-       private String string;\r
-       private Resource resource;\r
-       \r
-       public VariablesInput(String string, Resource resource) {\r
-               this.string = string;\r
-               this.resource = resource;\r
-       }\r
-       \r
-       String getString() {\r
-               return string;\r
-       }\r
-\r
-       Resource getResource() {\r
-               return 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.browsing.ui.platform;
+
+import org.simantics.db.Resource;
+
+final public class VariablesInput {
+       
+       private String string;
+       private Resource resource;
+       
+       public VariablesInput(String string, Resource resource) {
+               this.string = string;
+               this.resource = resource;
+       }
+       
+       String getString() {
+               return string;
+       }
+
+       Resource getResource() {
+               return resource;
+       }
+
+}