]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.modeling.ui/src/org/simantics/modeling/ui/diagram/monitor/MonitorVariableValue.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.modeling.ui / src / org / simantics / modeling / ui / diagram / monitor / MonitorVariableValue.java
index ccb9c11d1f68483a722e368d8af0809c6d7ad39c..9ccaa13dc97bc8457b6ab595408a03756c57ecfb 100644 (file)
@@ -1,29 +1,29 @@
-/*******************************************************************************\r
- * Copyright (c) 2012 Association for Decentralized Information Management in\r
- * 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.modeling.ui.diagram.monitor;\r
-\r
-import org.simantics.utils.datastructures.map.Tuple;\r
-\r
-/**\r
- * @author Tuukka Lehtonen\r
- */\r
-class MonitorVariableValue extends Tuple {\r
-    public MonitorVariableValue(MonitorVariable variable, String value) {\r
-        super(variable, value);\r
-    }\r
-    public MonitorVariable getMonitorVariable() {\r
-        return (MonitorVariable) getField(0);\r
-    }\r
-    public String getValue() {\r
-        return (String)getField(1);\r
-    }\r
+/*******************************************************************************
+ * Copyright (c) 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.modeling.ui.diagram.monitor;
+
+import org.simantics.utils.datastructures.map.Tuple;
+
+/**
+ * @author Tuukka Lehtonen
+ */
+class MonitorVariableValue extends Tuple {
+    public MonitorVariableValue(MonitorVariable variable, String value) {
+        super(variable, value);
+    }
+    public MonitorVariable getMonitorVariable() {
+        return (MonitorVariable) getField(0);
+    }
+    public String getValue() {
+        return (String)getField(1);
+    }
 }
\ No newline at end of file