Skip to content

Commit 5509eb7

Browse files
committed
Typo
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/io/trunk@1652148 13f79535-47bb-0310-9956-ffa450edef68
1 parent f589b84 commit 5509eb7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/org/apache/commons/io/FileUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ public FileUtils() {
185185
*/
186186
public static File getFile(final File directory, final String... names) {
187187
if (directory == null) {
188-
throw new NullPointerException("directorydirectory must not be null");
188+
throw new NullPointerException("directory must not be null");
189189
}
190190
if (names == null) {
191191
throw new NullPointerException("names must not be null");

0 commit comments

Comments
 (0)