aboutsummaryrefslogtreecommitdiff
path: root/protobuf-nano
diff options
context:
space:
mode:
authorCarl Mastrangelo <notcarl@google.com>2018-05-01 10:23:47 -0700
committerGitHub <noreply@github.com>2018-05-01 10:23:47 -0700
commit3e43757efc98a177218919304d62114569fec9ea (patch)
treed57214d4151c519abe650cf40c5acc3c8c44c3cf /protobuf-nano
parent8be87de9b02e42439ffb58af7f140b5bdb378017 (diff)
downloadgrpc-grpc-java-3e43757efc98a177218919304d62114569fec9ea.tar.gz
protobuf-nano: use specific package in test proto
Diffstat (limited to 'protobuf-nano')
-rw-r--r--protobuf-nano/src/test/proto/grpc/testing/nano/messages.proto (renamed from protobuf-nano/src/test/proto/messages.proto)2
1 files changed, 1 insertions, 1 deletions
diff --git a/protobuf-nano/src/test/proto/messages.proto b/protobuf-nano/src/test/proto/grpc/testing/nano/messages.proto
index 06ea486a4..5411d4446 100644
--- a/protobuf-nano/src/test/proto/messages.proto
+++ b/protobuf-nano/src/test/proto/grpc/testing/nano/messages.proto
@@ -15,7 +15,7 @@
// limitations under the License.
syntax = "proto3";
-package grpc;
+package grpc.testing.nano;
option java_package = "io.grpc.protobuf";