You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Michael McCandless (JIRA)" <ji...@apache.org> on 2009/06/01 12:30:07 UTC

[jira] Resolved: (LUCENE-1670) Cosmetic JavaDoc updates

     [ https://issues.apache.org/jira/browse/LUCENE-1670?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael McCandless resolved LUCENE-1670.
----------------------------------------

       Resolution: Fixed
    Fix Version/s:     (was: 2.4.2)
                   2.9

Thanks Tomer!  I just committed this.  There was one warning the patched caused when running "ant javadocs-core":

{code}
[javadoc] /lucene/src/clean/src/java/org/apache/lucene/index/IndexWriter.java:215: warning - Tag @link: reference not found: IndexSearcher
{code}

(because IndexSearcher wasn't imported in IndexWrieter.java).  So I just reverted that change (made it fully qualified again).

> Cosmetic JavaDoc updates
> ------------------------
>
>                 Key: LUCENE-1670
>                 URL: https://issues.apache.org/jira/browse/LUCENE-1670
>             Project: Lucene - Java
>          Issue Type: Improvement
>          Components: Javadocs
>    Affects Versions: 2.4.2
>         Environment: Lucene SVN (diff from r780545)
>            Reporter: Tomer Gabel
>            Assignee: Michael McCandless
>            Priority: Trivial
>             Fix For: 2.9
>
>         Attachments: lucene_1670.patch
>
>
> I've taken the liberty of making a few cosmetic updates to various JavaDocs:
> * MergePolicy (minor cosmetic change)
> * LogMergePolicy (minor cosmetic change)
> * IndexWriter (major cleanup in class description, changed anchors to JavaDoc links [now works in Eclipse], no content change)
> Attached diff from SVN r780545.
> I would appreciate if whomever goes over this can let me know if my issue parameter choices were correct (yeah, blame my OCD), and if there's a more practical/convenient way to send these in, please let me know :-)

-- 
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