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 2012/08/18 02:24:53 UTC

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

Author: sebb
Date: Sat Aug 18 00:24:53 2012
New Revision: 1374482

URL: http://svn.apache.org/viewvc?rev=1374482&view=rev
Log:
Missing break in default case

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

Modified: commons/proper/net/trunk/src/main/java/org/apache/commons/net/ftp/parser/MLSxEntryParser.java
URL: http://svn.apache.org/viewvc/commons/proper/net/trunk/src/main/java/org/apache/commons/net/ftp/parser/MLSxEntryParser.java?rev=1374482&r1=1374481&r2=1374482&view=diff
==============================================================================
--- commons/proper/net/trunk/src/main/java/org/apache/commons/net/ftp/parser/MLSxEntryParser.java (original)
+++ commons/proper/net/trunk/src/main/java/org/apache/commons/net/ftp/parser/MLSxEntryParser.java Sat Aug 18 00:24:53 2012
@@ -209,6 +209,7 @@ public class MLSxEntryParser extends FTP
                     file.setPermission(FTPFile.USER_ACCESS, FTPFile.WRITE_PERMISSION, true);
                     break;
                 default:
+                    break;
                     // ignore unexpected flag for now.
             } // switch
         } // each char