You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2012/10/29 15:41:19 UTC

svn commit: r1403324 - /commons/proper/vfs/trunk/examples/src/main/java/org/apache/commons/vfs2/example/Shell.java

Author: ggregory
Date: Mon Oct 29 14:41:19 2012
New Revision: 1403324

URL: http://svn.apache.org/viewvc?rev=1403324&view=rev
Log:
Checkstyle: Line has trailing spaces.

Modified:
    commons/proper/vfs/trunk/examples/src/main/java/org/apache/commons/vfs2/example/Shell.java

Modified: commons/proper/vfs/trunk/examples/src/main/java/org/apache/commons/vfs2/example/Shell.java
URL: http://svn.apache.org/viewvc/commons/proper/vfs/trunk/examples/src/main/java/org/apache/commons/vfs2/example/Shell.java?rev=1403324&r1=1403323&r2=1403324&view=diff
==============================================================================
--- commons/proper/vfs/trunk/examples/src/main/java/org/apache/commons/vfs2/example/Shell.java (original)
+++ commons/proper/vfs/trunk/examples/src/main/java/org/apache/commons/vfs2/example/Shell.java Mon Oct 29 14:41:19 2012
@@ -317,7 +317,7 @@ public class Shell
         throws FileSystemException
     {
         final FileObject[] children = dir.getChildren();
-        for (final FileObject child : children) 
+        for (final FileObject child : children)
         {
             System.out.print(prefix);
             System.out.print(child.getName().getBaseName());