From adbd5f78c41a4609ddb32c897b91ba077db55748 Mon Sep 17 00:00:00 2001 From: Collin Smith Date: Thu, 17 Dec 2020 23:54:09 -0800 Subject: [PATCH] Commented out javadoc triggering a deprecation warning --- core/src/main/java/com/riiablo/io/ByteOutput.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/src/main/java/com/riiablo/io/ByteOutput.java b/core/src/main/java/com/riiablo/io/ByteOutput.java index 048c2d31..234cf3a0 100644 --- a/core/src/main/java/com/riiablo/io/ByteOutput.java +++ b/core/src/main/java/com/riiablo/io/ByteOutput.java @@ -137,9 +137,9 @@ public class ByteOutput { return writeChars(chars).skipBytes(1); } - /** - * @deprecated until fixed and null termination - */ + // /** + // * @deprecated until fixed and null termination + // */ // @Deprecated // public ByteOutput writeString(CharSequence chars, int len) { // throw new UnsupportedOperationException("Not supported yet!");