You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by sebb <se...@gmail.com> on 2012/02/23 12:04:39 UTC

Re: svn commit: r1244732 - /commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/FileExtensionSelector.java

On 15 February 2012 21:13,  <gg...@apache.org> wrote:
> Author: ggregory
> Date: Wed Feb 15 21:13:10 2012
> New Revision: 1244732
>
> URL: http://svn.apache.org/viewvc?rev=1244732&view=rev
> Log:
> Fix Javadocs checkstyle issues.
>
> Modified:
>    commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/FileExtensionSelector.java
>
> Modified: commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/FileExtensionSelector.java
> URL: http://svn.apache.org/viewvc/commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/FileExtensionSelector.java?rev=1244732&r1=1244731&r2=1244732&view=diff
> ==============================================================================
> --- commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/FileExtensionSelector.java (original)
> +++ commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/FileExtensionSelector.java Wed Feb 15 21:13:10 2012
> @@ -27,10 +27,12 @@ import java.util.Set;
>  * The extension comparison is case insensitive.
>  * </p>
>  * <p>
> - * The selector makes a copy of a given Collection or array. Changing the object passed in the constructors will not affect the selector.
> + * The selector makes a copy of a given Collection or array. Changing the object passed in the constructors will not
> + * affect the selector.
>  * </p>
>  *
>  * @since 2.1
> + * @author <a href="http://commons.apache.org/vfs/team-list.html">Commons VFS team</a>

-1

Don't add @author tags, even if not for individuals.

>  */
>  public class FileExtensionSelector implements FileSelector
>  {
>
>

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