]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.simulation/src/org/simantics/simulation/history/HistoryImportResult.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.simulation / src / org / simantics / simulation / history / HistoryImportResult.java
index 11977802b28cee9e14236c7b7aa0c980cbe4d2db..5c442dcb509585468f035783d06d9de5315590aa 100644 (file)
@@ -1,36 +1,36 @@
-/*******************************************************************************\r
- * Copyright (c) 2014 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
- *     Semantum Oy - initial API and implementation\r
- *******************************************************************************/\r
-package org.simantics.simulation.history;\r
-\r
-import org.simantics.databoard.annotations.Optional;\r
-import org.simantics.databoard.util.Bean;\r
-\r
-/**\r
- * A result class returned stored history import from database to disk.\r
- * \r
- * @author Tuukka Lehtonen\r
- * @see HistoryUtil#importHistory(org.simantics.db.Resource,\r
- *      org.simantics.history.HistoryManager)\r
- */\r
-public class HistoryImportResult {\r
-\r
-       @Optional public String error;\r
-       @Optional public Bean collectorState;\r
-\r
-       public HistoryImportResult() {\r
-       }\r
-\r
-       public HistoryImportResult(String error) {\r
-               this.error = error;\r
-       }\r
-\r
+/*******************************************************************************
+ * Copyright (c) 2014 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:
+ *     Semantum Oy - initial API and implementation
+ *******************************************************************************/
+package org.simantics.simulation.history;
+
+import org.simantics.databoard.annotations.Optional;
+import org.simantics.databoard.util.Bean;
+
+/**
+ * A result class returned stored history import from database to disk.
+ * 
+ * @author Tuukka Lehtonen
+ * @see HistoryUtil#importHistory(org.simantics.db.Resource,
+ *      org.simantics.history.HistoryManager)
+ */
+public class HistoryImportResult {
+
+       @Optional public String error;
+       @Optional public Bean collectorState;
+
+       public HistoryImportResult() {
+       }
+
+       public HistoryImportResult(String error) {
+               this.error = error;
+       }
+
 }
\ No newline at end of file