Skip to content

Commit b47e52a

Browse files
author
Andrey Shcheglov
committed
IO-719: More spaces
1 parent e2dc850 commit b47e52a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ public static PathCounters cleanDirectory(final Path directory, final DeleteOpti
226226
*/
227227
public static PathCounters copyDirectory(final Path sourceDirectory, final Path targetDirectory,
228228
final CopyOption... copyOptions) throws IOException {
229-
Path absoluteSource = sourceDirectory.toAbsolutePath();
229+
Path absoluteSource = sourceDirectory.toAbsolutePath();
230230
return visitFileTree(
231231
new CopyDirectoryVisitor(Counters.longPathCounters(), absoluteSource, targetDirectory, copyOptions),
232232
absoluteSource).getPathCounters();

0 commit comments

Comments
 (0)