aboutsummaryrefslogtreecommitdiffhomepage
path: root/benchmarks/benchmark_messages_proto3.proto
diff options
context:
space:
mode:
authorGravatar Josh Haberman <jhaberman@gmail.com>2016-05-03 12:53:49 -0700
committerGravatar Josh Haberman <jhaberman@gmail.com>2016-05-03 12:53:49 -0700
commit247ef1f0df4ebb08a2bd8d47912a9e42b88abdc2 (patch)
tree202973d689ee206898ced491a6e0b62fa705f068 /benchmarks/benchmark_messages_proto3.proto
parentb2d4b1a528a4b2e808ac2924e0552e4ea94c1d87 (diff)
Addressed PR comments.
Diffstat (limited to 'benchmarks/benchmark_messages_proto3.proto')
-rw-r--r--benchmarks/benchmark_messages_proto3.proto2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmarks/benchmark_messages_proto3.proto b/benchmarks/benchmark_messages_proto3.proto
index 4ea39c22..32f58698 100644
--- a/benchmarks/benchmark_messages_proto3.proto
+++ b/benchmarks/benchmark_messages_proto3.proto
@@ -2,7 +2,7 @@
syntax = "proto3";
-package benchmarks.p3;
+package benchmarks.proto3;
option java_package = "com.google.protobuf.benchmarks";
// This is the default, but we specify it here explicitly.