Commit f8fc10df authored by Bo Yang's avatar Bo Yang

Revert change to map_lite_test.proto

parent 624a40a3
......@@ -30,9 +30,10 @@
syntax = "proto3";
package map_test;
package map_lite_test;
option java_package = "map_test";
option optimize_for = LITE_RUNTIME;
option java_package = "map_lite_test";
option java_outer_classname = "MapTestProto";
message TestMap {
......
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