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

This commit is contained in:
The Android Open Source Project 2009-03-18 17:39:44 -07:00
parent 82155ace01
commit 5a08423c59

View File

@ -868,6 +868,7 @@ public class ProtoBuf {
case ProtoBufType.TYPE_MESSAGE:
case ProtoBufType.TYPE_TEXT:
case ProtoBufType.TYPE_BYTES:
case ProtoBufType.TYPE_STRING:
return;
}
} else if (object instanceof ProtoBuf) {