aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/main/java/com/google/protobuf/nano/MessageNano.java
diff options
context:
space:
mode:
authorAndrew Flynn <flynn@google.com>2013-12-19 19:19:32 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2013-12-19 19:19:33 +0000
commite7741c064ee4cdc5fa41e6444ed45131672fed97 (patch)
tree57716262a868b6510b7f1793358e08d5ae0565e1 /java/src/main/java/com/google/protobuf/nano/MessageNano.java
parent3f9bd9989c79db575b83e2f96b48c695f30ca153 (diff)
parent6b594c228e7954eb98353ad8e242b83fb255a277 (diff)
downloadexternal_protobuf-e7741c064ee4cdc5fa41e6444ed45131672fed97.zip
external_protobuf-e7741c064ee4cdc5fa41e6444ed45131672fed97.tar.gz
external_protobuf-e7741c064ee4cdc5fa41e6444ed45131672fed97.tar.bz2
Merge "Fix MessageNanoPrinter for accessors"
Diffstat (limited to 'java/src/main/java/com/google/protobuf/nano/MessageNano.java')
-rw-r--r--java/src/main/java/com/google/protobuf/nano/MessageNano.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/java/src/main/java/com/google/protobuf/nano/MessageNano.java b/java/src/main/java/com/google/protobuf/nano/MessageNano.java
index 0cf8416..e95c514 100644
--- a/java/src/main/java/com/google/protobuf/nano/MessageNano.java
+++ b/java/src/main/java/com/google/protobuf/nano/MessageNano.java
@@ -142,7 +142,8 @@ public abstract class MessageNano {
* Returns a string that is (mostly) compatible with ProtoBuffer's TextFormat. Note that groups
* (which are deprecated) are not serialized with the correct field name.
*
- * <p>This is implemented using reflection, so it is not especially fast.
+ * <p>This is implemented using reflection, so it is not especially fast nor is it guaranteed
+ * to find all fields if you have method removal turned on for proguard.
*/
@Override
public String toString() {