]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.g2d/src/org/simantics/g2d/element/handler/OutlineColorSpec.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.g2d / src / org / simantics / g2d / element / handler / OutlineColorSpec.java
index 4e1c9ab6386a206e4ac2968a518953947d0a602a..1c64b69e498d89f357d64f8a5f4c1d10a0ea3b34 100644 (file)
@@ -1,8 +1,8 @@
-package org.simantics.g2d.element.handler;\r
-\r
-import org.simantics.g2d.element.IElement;\r
-\r
-public interface OutlineColorSpec extends ElementHandler {\r
-       void setColor(IElement e, java.awt.Color c);\r
-       java.awt.Color getColor(IElement e);\r
-}\r
+package org.simantics.g2d.element.handler;
+
+import org.simantics.g2d.element.IElement;
+
+public interface OutlineColorSpec extends ElementHandler {
+       void setColor(IElement e, java.awt.Color c);
+       java.awt.Color getColor(IElement e);
+}