| Index: third_party/protobuf/java/core/src/main/java/com/google/protobuf/Parser.java
|
| diff --git a/third_party/protobuf/java/core/src/main/java/com/google/protobuf/Parser.java b/third_party/protobuf/java/core/src/main/java/com/google/protobuf/Parser.java
|
| index 6db6924727a7be3ca730284a2a88fa9d1ed97d5a..cfbcb4425737787a82e65de828e88ae161d4cbf1 100644
|
| --- a/third_party/protobuf/java/core/src/main/java/com/google/protobuf/Parser.java
|
| +++ b/third_party/protobuf/java/core/src/main/java/com/google/protobuf/Parser.java
|
| @@ -39,7 +39,7 @@ import java.io.InputStream;
|
| *
|
| * <p>All methods may throw {@link InvalidProtocolBufferException}. In the event of invalid data,
|
| * like an encoding error, the cause of the thrown exception will be {@code null}. However, if an
|
| - * I/O problem occurs, an exception is thrown with an {@link IOException} cause.
|
| + * I/O problem occurs, an exception is thrown with an {@link java.io.IOException} cause.
|
| *
|
| * @author liujisi@google.com (Pherl Liu)
|
| */
|
|
|