Index: trunk/src/org/openstreetmap/josm/actions/search/PushbackTokenizer.java
===================================================================
--- trunk/src/org/openstreetmap/josm/actions/search/PushbackTokenizer.java	(revision 11392)
+++ trunk/src/org/openstreetmap/josm/actions/search/PushbackTokenizer.java	(revision 11393)
@@ -54,8 +54,16 @@
 
     public enum Token {
-        NOT(marktr("<not>")), OR(marktr("<or>")), XOR(marktr("<xor>")), LEFT_PARENT(marktr("<left parent>")),
-        RIGHT_PARENT(marktr("<right parent>")), COLON(marktr("<colon>")), EQUALS(marktr("<equals>")),
-        KEY(marktr("<key>")), QUESTION_MARK(marktr("<question mark>")),
-        EOF(marktr("<end-of-file>")), LESS_THAN("<less-than>"), GREATER_THAN("<greater-than>");
+        NOT(marktr("<not>")),
+        OR(marktr("<or>")),
+        XOR(marktr("<xor>")),
+        LEFT_PARENT(marktr("<left parent>")),
+        RIGHT_PARENT(marktr("<right parent>")),
+        COLON(marktr("<colon>")),
+        EQUALS(marktr("<equals>")),
+        KEY(marktr("<key>")),
+        QUESTION_MARK(marktr("<question mark>")),
+        EOF(marktr("<end-of-file>")),
+        LESS_THAN("<less-than>"),
+        GREATER_THAN("<greater-than>");
 
         Token(String name) {
Index: trunk/src/org/openstreetmap/josm/actions/search/SearchCompiler.java
===================================================================
--- trunk/src/org/openstreetmap/josm/actions/search/SearchCompiler.java	(revision 11392)
+++ trunk/src/org/openstreetmap/josm/actions/search/SearchCompiler.java	(revision 11393)
@@ -80,7 +80,5 @@
         this.tokenizer = tokenizer;
 
-        /* register core match factories at first instance, so plugins should
-         * never be able to generate a NPE
-         */
+        // register core match factories at first instance, so plugins should never be able to generate a NPE
         if (simpleMatchFactoryMap.isEmpty()) {
             addMatchFactory(new CoreSimpleMatchFactory());
