Commented out javadoc triggering a deprecation warning

This commit is contained in:
Collin Smith 2020-12-17 23:54:09 -08:00
parent 831fd15592
commit adbd5f78c4

View File

@ -137,9 +137,9 @@ public class ByteOutput {
return writeChars(chars).skipBytes(1); return writeChars(chars).skipBytes(1);
} }
/** // /**
* @deprecated until fixed and null termination // * @deprecated until fixed and null termination
*/ // */
// @Deprecated // @Deprecated
// public ByteOutput writeString(CharSequence chars, int len) { // public ByteOutput writeString(CharSequence chars, int len) {
// throw new UnsupportedOperationException("Not supported yet!"); // throw new UnsupportedOperationException("Not supported yet!");