]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.db.common/src/org/simantics/db/common/clustering/NoCollectingPolicy.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.db.common / src / org / simantics / db / common / clustering / NoCollectingPolicy.java
index 8420ba301d78c9063552ca4beead6b7420f3e307..5459848caa2a7505caf86747321437ca763a5ddf 100644 (file)
@@ -1,28 +1,28 @@
-package org.simantics.db.common.clustering;\r
-\r
-import java.util.Collection;\r
-import java.util.Collections;\r
-\r
-import org.simantics.db.service.ClusterCollectorPolicy;\r
-\r
-public class NoCollectingPolicy implements ClusterCollectorPolicy {\r
-\r
-       @Override\r
-       public Collection<CollectorCluster> select(int desiredBytes) {\r
-               return Collections.emptyList();\r
-       }\r
-\r
-       @Override\r
-       public Collection<CollectorCluster> select() {\r
-               return Collections.emptyList();\r
-       }\r
-\r
-       @Override\r
-       public void added(CollectorCluster cluster) {\r
-       }\r
-\r
-       @Override\r
-       public void removed(CollectorCluster cluster) {\r
-       }\r
-\r
-}\r
+package org.simantics.db.common.clustering;
+
+import java.util.Collection;
+import java.util.Collections;
+
+import org.simantics.db.service.ClusterCollectorPolicy;
+
+public class NoCollectingPolicy implements ClusterCollectorPolicy {
+
+       @Override
+       public Collection<CollectorCluster> select(int desiredBytes) {
+               return Collections.emptyList();
+       }
+
+       @Override
+       public Collection<CollectorCluster> select() {
+               return Collections.emptyList();
+       }
+
+       @Override
+       public void added(CollectorCluster cluster) {
+       }
+
+       @Override
+       public void removed(CollectorCluster cluster) {
+       }
+
+}