fishy commented on a change in pull request #2439:
URL: https://github.com/apache/thrift/pull/2439#discussion_r730206049
##########
File path: lib/java/src/org/apache/thrift/TDeserializer.java
##########
@@ -82,12 +147,16 @@ public void deserialize(TBase base, byte[] bytes) throws
TException {
* @throws TException if an error is encountered during deserialization.
*/
public void deserialize(TBase base, byte[] bytes, int offset, int length)
throws TException {
Review comment:
we probably need to update the javadoc of this function accordingly.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]