]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.simulation/src/org/simantics/simulation/experiment/IHistoryExperiment.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.simulation / src / org / simantics / simulation / experiment / IHistoryExperiment.java
index 08d610bf6ecfdebe34e030690eafdb5387dd1bdd..6a10a26fe654df8288b991356094e9408cc3af9b 100644 (file)
@@ -1,14 +1,14 @@
-package org.simantics.simulation.experiment;\r
-\r
-import org.simantics.history.Collector;\r
-import org.simantics.history.HistoryException;\r
-\r
-import org.simantics.history.HistoryManager;\r
-\r
-public interface IHistoryExperiment {\r
-\r
-       Collector getCollector();\r
-       HistoryManager getHistoryManager();\r
-       void flushHistory() throws HistoryException;\r
-       \r
-}\r
+package org.simantics.simulation.experiment;
+
+import org.simantics.history.Collector;
+import org.simantics.history.HistoryException;
+
+import org.simantics.history.HistoryManager;
+
+public interface IHistoryExperiment {
+
+       Collector getCollector();
+       HistoryManager getHistoryManager();
+       void flushHistory() throws HistoryException;
+       
+}