Skip to content

Commit 07ce798

Browse files
committed
Javadoc
1 parent a828efa commit 07ce798

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/org/apache/commons/io/file/PathUtils.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ private static AccumulatorPathVisitor accumulate(final Path directory, final int
266266
}
267267

268268
/**
269-
* Cleans a directory by deleting only files, including in subdirectories, but without deleting the directories.
269+
* Cleans a directory by only deleting files, including in subdirectories, but without deleting the directories.
270270
*
271271
* @param directory directory to clean.
272272
* @return The visitation path counters.
@@ -277,7 +277,7 @@ public static PathCounters cleanDirectory(final Path directory) throws IOExcepti
277277
}
278278

279279
/**
280-
* Cleans a directory by deleting only files, including in subdirectories, but without deleting the directories.
280+
* Cleans a directory by only deleting files, including in subdirectories, but without deleting the directories.
281281
*
282282
* @param directory directory to clean.
283283
* @param deleteOptions How to handle deletion.

0 commit comments

Comments
 (0)