mirror of
https://github.com/collinsmith/riiablo.git
synced 2025-02-02 04:13:50 +07:00
Commented out javadoc triggering a deprecation warning
This commit is contained in:
parent
831fd15592
commit
adbd5f78c4
@ -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!");
|
||||||
|
Loading…
Reference in New Issue
Block a user