auto import from //branches/cupcake_rel/...@140373

parent 82155ace
...@@ -868,6 +868,7 @@ public class ProtoBuf { ...@@ -868,6 +868,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