auto import from //branches/cupcake/...@130745

parent 35be73bf
...@@ -748,6 +748,7 @@ public class ProtoBuf { ...@@ -748,6 +748,7 @@ public class ProtoBuf {
case ProtoBufType.TYPE_MESSAGE: case ProtoBufType.TYPE_MESSAGE:
case ProtoBufType.TYPE_TEXT: case ProtoBufType.TYPE_TEXT:
case ProtoBufType.TYPE_BYTES: case ProtoBufType.TYPE_BYTES:
case ProtoBufType.TYPE_STRING:
return; return;
} }
} else if (object instanceof ProtoBuf) { } else if (object instanceof ProtoBuf) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment