You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Bernd Fondermann (JIRA)" <ji...@apache.org> on 2009/05/12 14:17:45 UTC

[jira] Created: (LUCENE-1633) Copy/Paste-Typo in toString() for SpanQueryFilter

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-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-dev-help@lucene.apache.org


[jira] Updated: (LUCENE-1633) Copy/Paste-Typo in toString() for SpanQueryFilter

Posted by "Bernd Fondermann (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/LUCENE-1633?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bernd Fondermann updated LUCENE-1633:
-------------------------------------

    Attachment: fix_SpanQueryFilter_toString.patch

> 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
>         Attachments: fix_SpanQueryFilter_toString.patch
>
>
>    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-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-dev-help@lucene.apache.org


[jira] Resolved: (LUCENE-1633) Copy/Paste-Typo in toString() for SpanQueryFilter

Posted by "Yonik Seeley (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/LUCENE-1633?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Yonik Seeley resolved LUCENE-1633.
----------------------------------

       Resolution: Fixed
    Fix Version/s: 2.9

Committed.

> 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
>             Fix For: 2.9
>
>         Attachments: fix_SpanQueryFilter_toString.patch
>
>
>    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-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-dev-help@lucene.apache.org