Copy/Paste-Typo in toString() for SpanQueryFilter
-------------------------------------------------

                 Key: LUCENE-1633
                 URL: https://issues.apache.org/jira/browse/LUCENE-1633
             Project: Lucene - Java
          Issue Type: Bug
            Reporter: Bernd Fondermann
            Priority: Trivial


   public String toString() {
-    return "QueryWrapperFilter(" + query + ")";
+    return "SpanQueryFilter(" + query + ")";
   }

says it all.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-dev-h...@lucene.apache.org

Reply via email to