Skip to content

Commit a6593ed

Browse files
author
Gary Gregory
committed
Sort members
1 parent 7f351ab commit a6593ed

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -199,13 +199,6 @@ private RelativeSortedPaths(final Path dir1, final Path dir2, final int maxDepth
199199
*/
200200
public static final Path[] EMPTY_PATH_ARRAY = {};
201201

202-
/**
203-
* Does allow to instantiate.
204-
*/
205-
private PathUtils() {
206-
// do not instantiate.
207-
}
208-
209202
/**
210203
* Accumulates file tree information in a {@link AccumulatorPathVisitor}.
211204
*
@@ -1704,4 +1697,11 @@ public static Path writeString(final Path path, final CharSequence charSequence,
17041697
return path;
17051698
}
17061699

1700+
/**
1701+
* Does allow to instantiate.
1702+
*/
1703+
private PathUtils() {
1704+
// do not instantiate.
1705+
}
1706+
17071707
}

0 commit comments

Comments
 (0)