We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4edc83 commit 82ccbdbCopy full SHA for 82ccbdb
src/main/java/org/scijava/io/handle/DataHandle.java
@@ -630,5 +630,4 @@ default void writeChars(final String s) throws IOException {
630
default void writeUTF(final String str) throws IOException {
631
DataHandles.writeUTF(str, this);
632
}
633
-
634
0 commit comments