Author: ggregory
Date: Wed Feb 15 21:15:14 2012
New Revision: 1244734

URL: http://svn.apache.org/viewvc?rev=1244734&view=rev
Log:
Fix Javadocs checkstyle issues.

Modified:
    
commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/PatternFileSelector.java

Modified: 
commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/PatternFileSelector.java
URL: 
http://svn.apache.org/viewvc/commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/PatternFileSelector.java?rev=1244734&r1=1244733&r2=1244734&view=diff
==============================================================================
--- 
commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/PatternFileSelector.java
 (original)
+++ 
commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/PatternFileSelector.java
 Wed Feb 15 21:15:14 2012
@@ -22,6 +22,7 @@ import java.util.regex.Pattern;
  * A {@link FileSelector} that selects based on regular expressions matched 
against base filename.
  *
  * @since 2.1
+ * @author <a href="http://commons.apache.org/vfs/team-list.html";>Commons VFS 
team</a>
  */
 public class PatternFileSelector implements FileSelector
 {


Reply via email to