Skip to content

Commit 91a94d9

Browse files
committed
Unnecessary semicolon.
1 parent c329443 commit 91a94d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/org/apache/commons/io/output/WriterOutputStream.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ private static void checkIbmJdkWithBrokenUTF16(final Charset charset){
341341
if (!TEST_STRING_2.equals(cb2.toString())){
342342
throw new UnsupportedOperationException("UTF-16 requested when runninng on an IBM JDK with broken UTF-16 support. " +
343343
"Please find a JDK that supports UTF-16 if you intend to use UF-16 with WriterOutputStream");
344-
};
344+
}
345345

346346
}
347347
}

0 commit comments

Comments
 (0)