Javadoc: Fix typo but working is still awkward.
Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/3ff366c3
Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/3ff366c3
Diff: http://git-wip-us.apache.org/r
Repository: commons-lang
Updated Branches:
refs/heads/master 38e829fb3 -> 3ff366c3d
http://git-wip-us.apache.org/repos/asf/commons-lang/blob/3ff366c3/src/main/java/org/apache/commons/lang3/ArrayUtils.java
--
diff --git a/src/ma
Author: ggregory
Date: Sat Jun 27 07:22:37 2015
New Revision: 1687886
URL: http://svn.apache.org/r1687886
Log:
Fix NPE since java.io.File.listFiles(FileFilter) can return null.
Modified:
commons/proper/io/trunk/src/main/java/org/apache/commons/io/FileUtils.java
Modified:
commons/proper/io/t