]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.modeling/src/org/simantics/modeling/subscription/SubscriptionCollectionResult.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.modeling / src / org / simantics / modeling / subscription / SubscriptionCollectionResult.java
index 3d7678a77de81f1e49155daf0274093712be0434..32e05d26370d7fc757bcc70074e86b73af292979 100644 (file)
@@ -1,44 +1,44 @@
-/*******************************************************************************\r
- * Copyright (c) 2011 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
- *     VTT Technical Research Centre of Finland - initial API and implementation\r
- *******************************************************************************/\r
-package org.simantics.modeling.subscription;\r
-\r
-import java.util.List;\r
-\r
-import org.eclipse.core.runtime.MultiStatus;\r
-import org.simantics.history.util.subscription.SubscriptionItem;\r
-import org.simantics.utils.datastructures.map.Tuple;\r
-\r
-/**\r
- * @author Tuukka Lehtonen\r
- * \r
- * @see ModelHistoryCollector\r
- * @see Subscription\r
- */\r
-public class SubscriptionCollectionResult extends Tuple {\r
-\r
-    private MultiStatus status;\r
-\r
-    public SubscriptionCollectionResult(List<SubscriptionItem> items, MultiStatus status) {\r
-        super(items);\r
-        this.status = status;\r
-    }\r
-\r
-    @SuppressWarnings("unchecked")\r
-    public List<SubscriptionItem> getSubscriptions() {\r
-        return (List<SubscriptionItem>) getField(0);\r
-    }\r
-\r
-    public MultiStatus getStatus() {\r
-        return status;\r
-    }\r
-\r
+/*******************************************************************************
+ * Copyright (c) 2011 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
+ *******************************************************************************/
+package org.simantics.modeling.subscription;
+
+import java.util.List;
+
+import org.eclipse.core.runtime.MultiStatus;
+import org.simantics.history.util.subscription.SubscriptionItem;
+import org.simantics.utils.datastructures.map.Tuple;
+
+/**
+ * @author Tuukka Lehtonen
+ * 
+ * @see ModelHistoryCollector
+ * @see Subscription
+ */
+public class SubscriptionCollectionResult extends Tuple {
+
+    private MultiStatus status;
+
+    public SubscriptionCollectionResult(List<SubscriptionItem> items, MultiStatus status) {
+        super(items);
+        this.status = status;
+    }
+
+    @SuppressWarnings("unchecked")
+    public List<SubscriptionItem> getSubscriptions() {
+        return (List<SubscriptionItem>) getField(0);
+    }
+
+    public MultiStatus getStatus() {
+        return status;
+    }
+
 }
\ No newline at end of file