Author: ecki
Date: Tue Feb 3 02:48:44 2015
New Revision: 1656621
URL: http://svn.apache.org/r1656621
Log:
Remove checkstyle, findbugs and PMD errors: add javadoc, fix line length and
redundant braces
Modified:
commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/FileSystemOp
Author: ecki
Date: Tue Feb 3 00:47:12 2015
New Revision: 1656611
URL: http://svn.apache.org/r1656611
Log:
[VFS-555] additional javadoc, changes.xml and cleanup.
Modified:
commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/provider/hdfs/HdfsFileSystem.java
commons/prope
Author: tn
Date: Mon Feb 2 23:10:32 2015
New Revision: 1656600
URL: http://svn.apache.org/r1656600
Log:
[COLLECTIONS-550] Added IterableUtils#toString(...) to newly created
IterableUtils class. Thanks to Goncalo Marques. This closes #7.
Added:
commons/proper/collections/trunk/src/main/java