]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.charts/src/org/simantics/charts/ITrendSupport.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.charts / src / org / simantics / charts / ITrendSupport.java
index d1c374e60b94c41ae650060863a426ceb906ffe2..61d1cc74ed2f2c171cbe5f45ac1cbd554cce3e1d 100644 (file)
@@ -1,13 +1,13 @@
-package org.simantics.charts;\r
-\r
-import org.simantics.charts.editor.ChartData;\r
-import org.simantics.db.ReadGraph;\r
-import org.simantics.db.exception.DatabaseException;\r
-\r
-public interface ITrendSupport {\r
-\r
-       void setChartData(ReadGraph graph) throws DatabaseException;\r
-       \r
-       ChartData getChartData();\r
-       \r
-}\r
+package org.simantics.charts;
+
+import org.simantics.charts.editor.ChartData;
+import org.simantics.db.ReadGraph;
+import org.simantics.db.exception.DatabaseException;
+
+public interface ITrendSupport {
+
+       void setChartData(ReadGraph graph) throws DatabaseException;
+       
+       ChartData getChartData();
+       
+}