You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2014/03/05 16:58:38 UTC

svn commit: r1574545 - /commons/proper/net/trunk/src/main/java/org/apache/commons/net/ftp/parser/RegexFTPFileEntryParserImpl.java

Author: sebb
Date: Wed Mar  5 15:58:37 2014
New Revision: 1574545

URL: http://svn.apache.org/r1574545
Log:
Fix Javadoc to agree with code

Modified:
    commons/proper/net/trunk/src/main/java/org/apache/commons/net/ftp/parser/RegexFTPFileEntryParserImpl.java

Modified: commons/proper/net/trunk/src/main/java/org/apache/commons/net/ftp/parser/RegexFTPFileEntryParserImpl.java
URL: http://svn.apache.org/viewvc/commons/proper/net/trunk/src/main/java/org/apache/commons/net/ftp/parser/RegexFTPFileEntryParserImpl.java?rev=1574545&r1=1574544&r2=1574545&view=diff
==============================================================================
--- commons/proper/net/trunk/src/main/java/org/apache/commons/net/ftp/parser/RegexFTPFileEntryParserImpl.java (original)
+++ commons/proper/net/trunk/src/main/java/org/apache/commons/net/ftp/parser/RegexFTPFileEntryParserImpl.java Wed Mar  5 15:58:37 2014
@@ -141,7 +141,7 @@ public abstract class RegexFTPFileEntryP
      * @param regex The new regular expression
      * @return  true
      * @since 2.0
-     * @throws PatternSyntaxException if the regex cannot be compiled
+     * @throws IllegalArgumentException if the regex cannot be compiled
      */
     public boolean setRegex(String regex) {
         try {