aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/protos/helloworld.proto
diff options
context:
space:
mode:
Diffstat (limited to 'examples/protos/helloworld.proto')
-rw-r--r--examples/protos/helloworld.proto6
1 files changed, 4 insertions, 2 deletions
diff --git a/examples/protos/helloworld.proto b/examples/protos/helloworld.proto
index 7d58870a70..e670503b09 100644
--- a/examples/protos/helloworld.proto
+++ b/examples/protos/helloworld.proto
@@ -1,4 +1,4 @@
-// Copyright 2015, Google Inc.
+// Copyright 2015-2016, Google Inc.
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
@@ -29,7 +29,9 @@
syntax = "proto3";
-option java_package = "io.grpc.examples";
+option java_multiple_files = true;
+option java_package = "io.grpc.examples.helloworld";
+option java_outer_classname = "HelloWorldProto";
option objc_class_prefix = "HLW";
package helloworld;