ReadBuffer: fix docs

This commit is contained in:
Emux
2020-12-13 13:26:21 +02:00
parent f4162acf04
commit 1c18221f05

View File

@@ -51,7 +51,7 @@ public class ReadBuffer {
} }
/** /**
* Returns one signed byte from the read buffer. * Returns one byte from the read buffer.
* *
* @return the byte value. * @return the byte value.
*/ */