Index: third_party/protobuf/java/src/main/java/com/google/protobuf/MessageLiteOrBuilder.java |
=================================================================== |
--- third_party/protobuf/java/src/main/java/com/google/protobuf/MessageLiteOrBuilder.java (revision 216642) |
+++ third_party/protobuf/java/src/main/java/com/google/protobuf/MessageLiteOrBuilder.java (working copy) |
@@ -52,6 +52,8 @@ |
/** |
* Returns true if all required fields in the message and all embedded |
* messages are set, false otherwise. |
+ * |
+ * <p>See also: {@link MessageOrBuilder#getInitializationErrorString()} |
*/ |
boolean isInitialized(); |