[ 
https://issues.apache.org/jira/browse/ACCUMULO-441?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13223283#comment-13223283
 ] 

Billie Rinaldi commented on ACCUMULO-441:
-----------------------------------------

I completed the merge to 1.4 and back to trunk (which ended up being a good 
thing because I found a method that was deprecated and removed but wasn't 
supposed to be).  The main thing I changed was the usage of @deprecated.  In 
most cases we had a @deprecated tag with a @see tag on the following line, 
which isn't helpful when you view the actual javadocs because @see tags are not 
displayed inline.  I changed these to the form "@deprecated use {@link class} 
instead" and propose using that in the future.
                
> Remove warnings from Javadoc generation
> ---------------------------------------
>
>                 Key: ACCUMULO-441
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-441
>             Project: Accumulo
>          Issue Type: Improvement
>            Reporter: David Medinets
>            Assignee: David Medinets
>            Priority: Trivial
>              Labels: javadoc
>             Fix For: 1.5.0-SNAPSHOT
>
>          Time Spent: 2.5h
>  Remaining Estimate: 0h
>
> There are about 100 warnings. I'll do my best to eliminate them in one commit.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to