Skip to content

Commit 86cc77e

Browse files
shahabkondriPascalSchumacher
authored andcommitted
remove unnecessary semicolon.
1 parent 9310cd6 commit 86cc77e

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,6 @@ private FileSystem(final int maxFileLength, final int maxPathLength, final char[
200200
this.maxPathLength = maxPathLength;
201201
this.illegalFileNameChars = Objects.requireNonNull(illegalFileNameChars, "illegalFileNameChars");
202202
this.reservedFileNames = Objects.requireNonNull(reservedFileNames, "reservedFileNames");
203-
;
204203
}
205204

206205
/**

0 commit comments

Comments
 (0)