mirror of
https://github.com/collinsmith/riiablo.git
synced 2025-01-22 02:07:26 +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);
|
||||
}
|
||||
|
||||
/**
|
||||
* @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!");
|
||||
|
Loading…
Reference in New Issue
Block a user