]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.scenegraph/src/org/simantics/scenegraph/g2d/events/TimeEvent.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.scenegraph / src / org / simantics / scenegraph / g2d / events / TimeEvent.java
index 2058384e1a2042491705a943e13b02e16fb02dac..93d99685c9490f52186624c7c50b8e0fb298e33b 100644 (file)
@@ -1,37 +1,37 @@
-/*******************************************************************************\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
-/*\r
- *\r
- * @author Toni Kalajainen\r
- */\r
-package org.simantics.scenegraph.g2d.events;\r
-\r
-/**\r
- * @author Toni Kalajainen\r
- */\r
-public class TimeEvent extends Event {\r
-\r
-    private static final long serialVersionUID = -1876788893479249929L;\r
-\r
-    public long               interval;\r
-\r
-    public TimeEvent(Object context, long time, long interval) {\r
-        super(context, time);\r
-        this.interval = interval;\r
-    }\r
-\r
-    @Override\r
-    public String toString() {\r
-        return "Time event: t=" + time + ", interval=" + interval;\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
+ *******************************************************************************/
+/*
+ *
+ * @author Toni Kalajainen
+ */
+package org.simantics.scenegraph.g2d.events;
+
+/**
+ * @author Toni Kalajainen
+ */
+public class TimeEvent extends Event {
+
+    private static final long serialVersionUID = -1876788893479249929L;
+
+    public long               interval;
+
+    public TimeEvent(Object context, long time, long interval) {
+        super(context, time);
+        this.interval = interval;
+    }
+
+    @Override
+    public String toString() {
+        return "Time event: t=" + time + ", interval=" + interval;
+    }
+
+}