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>
*/
public class FileExtensionSelector implements FileSelector
{