]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.browsing.ui.common/src/org/simantics/browsing/ui/common/processors/AbstractNodeQueryProcessor.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.browsing.ui.common / src / org / simantics / browsing / ui / common / processors / AbstractNodeQueryProcessor.java
index a982eb895e99839d231885523c1f13012630576c..7cb17a0bee88f760bc0bd38d75894cdbddaff814 100644 (file)
@@ -1,35 +1,35 @@
-/*******************************************************************************\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 org.simantics.browsing.ui.NodeQueryProcessor;\r
-\r
-\r
-/**\r
- * @author Antti Villberg\r
- *\r
- * @param <T> query result type\r
- */\r
-public abstract class AbstractNodeQueryProcessor<T> implements NodeQueryProcessor<T> {\r
-\r
-//    @Override\r
-//    public void changed(NodeQueryUpdater updater, INodeContext context, INodeContext childContext, CacheKey<Object> childKey) {\r
-//        //System.out.println("changed " + getKey());\r
-//        updater.clearResult(context, getKey());\r
-//    }\r
-\r
-    @Override\r
-    public String toString() {\r
-        return getClass().getName();\r
-    }\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 org.simantics.browsing.ui.NodeQueryProcessor;
+
+
+/**
+ * @author Antti Villberg
+ *
+ * @param <T> query result type
+ */
+public abstract class AbstractNodeQueryProcessor<T> implements NodeQueryProcessor<T> {
+
+//    @Override
+//    public void changed(NodeQueryUpdater updater, INodeContext context, INodeContext childContext, CacheKey<Object> childKey) {
+//        //System.out.println("changed " + getKey());
+//        updater.clearResult(context, getKey());
+//    }
+
+    @Override
+    public String toString() {
+        return getClass().getName();
+    }
+
+}