Fix Javadoc typo (#5280)

pull/5281/head
Adrián Nieto Rodríguez 6 years ago committed by Paul Yang
parent 565c26e7a1
commit 31d6b4e30e
  1. 2
      java/core/src/main/java/com/google/protobuf/Parser.java

@ -211,7 +211,7 @@ public interface Parser<MessageType> {
throws InvalidProtocolBufferException;
/**
* Like {@link #parseFrom(InputStream)}, but does not read util EOF. Instead, the size of message
* Like {@link #parseFrom(InputStream)}, but does not read until EOF. Instead, the size of message
* (encoded as a varint) is read first, then the message data. Use {@link
* MessageLite#writeDelimitedTo(java.io.OutputStream)} to write messages in this format.
*

Loading…
Cancel
Save