> -----Original Message-----
> From: sebb [mailto:seb...@gmail.com]
> Sent: Saturday, March 27, 2010 16:19
> To: Commons Developers List
> Subject: Re: [lang] v3.0 @since
> 
> On 27/03/2010, Gary Gregory <ggreg...@seagullsoftware.com> wrote:
> > Since multiple @since tags are allowed and are treated like multiple @author
> tags, what about making use of that? For example:
> >
> >  ...
> >      * @since 2.0
> >      * @since 3.0
> 
> -1, very confusing - what does it mean?
> 
> >      */
> >     public static String capitalize(CharSequence cs) {
> >  ...
> >
> >  Or maybe:
> >
> >      * @since 2.0
> >      * @since 3.0 changed from capitalize(String) to
> capitalize(CharSequence)
> 
> +1

I added @since 3.0 tag in this format for StringUtils.

Gary


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

Reply via email to