]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.browsing.ui.common/src/org/simantics/browsing/ui/common/processors/NoSelectionRequestProcessor.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.browsing.ui.common / src / org / simantics / browsing / ui / common / processors / NoSelectionRequestProcessor.java
index 52eccd9cd5cc2e286c84e096c299c3485f81b9df..c72bfef5c96e4ccf4ff0cc69617a7d805cabd882 100644 (file)
@@ -1,40 +1,40 @@
-/*******************************************************************************\r
- * Copyright (c) 2007, 2010 Association for Decentralized Information Management\r
- * in 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.browsing.ui.common.processors;\r
-\r
-import java.util.Collection;\r
-\r
-import org.simantics.browsing.ui.BuiltinKeys;\r
-import org.simantics.browsing.ui.NodeContext;\r
-import org.simantics.browsing.ui.SelectionRequest;\r
-import org.simantics.browsing.ui.PrimitiveQueryUpdater;\r
-import org.simantics.browsing.ui.NodeContext.PrimitiveQueryKey;\r
-\r
-public class NoSelectionRequestProcessor extends AbstractPrimitiveQueryProcessor<Collection<SelectionRequest>> {\r
-\r
-    @Override\r
-    public String toString() {\r
-        return "SelectionRequestProcessor";\r
-    }\r
-\r
-    @Override\r
-    public Object getIdentifier() {\r
-        return BuiltinKeys.SELECTION_REQUESTS;\r
-    }\r
-\r
-    @Override\r
-    public Collection<SelectionRequest> query(PrimitiveQueryUpdater updater, NodeContext context,\r
-            PrimitiveQueryKey<Collection<SelectionRequest>> key) {\r
-        return null;\r
-    }\r
-\r
+/*******************************************************************************
+ * Copyright (c) 2007, 2010 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.browsing.ui.common.processors;
+
+import java.util.Collection;
+
+import org.simantics.browsing.ui.BuiltinKeys;
+import org.simantics.browsing.ui.NodeContext;
+import org.simantics.browsing.ui.SelectionRequest;
+import org.simantics.browsing.ui.PrimitiveQueryUpdater;
+import org.simantics.browsing.ui.NodeContext.PrimitiveQueryKey;
+
+public class NoSelectionRequestProcessor extends AbstractPrimitiveQueryProcessor<Collection<SelectionRequest>> {
+
+    @Override
+    public String toString() {
+        return "SelectionRequestProcessor";
+    }
+
+    @Override
+    public Object getIdentifier() {
+        return BuiltinKeys.SELECTION_REQUESTS;
+    }
+
+    @Override
+    public Collection<SelectionRequest> query(PrimitiveQueryUpdater updater, NodeContext context,
+            PrimitiveQueryKey<Collection<SelectionRequest>> key) {
+        return null;
+    }
+
 }
\ No newline at end of file