aboutsummaryrefslogtreecommitdiffstats
path: root/src/google/protobuf/unittest_no_generic_services.proto
diff options
context:
space:
mode:
Diffstat (limited to 'src/google/protobuf/unittest_no_generic_services.proto')
-rw-r--r--src/google/protobuf/unittest_no_generic_services.proto7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/google/protobuf/unittest_no_generic_services.proto b/src/google/protobuf/unittest_no_generic_services.proto
index cf6d16c..fcae421 100644
--- a/src/google/protobuf/unittest_no_generic_services.proto
+++ b/src/google/protobuf/unittest_no_generic_services.proto
@@ -1,6 +1,6 @@
// Protocol Buffers - Google's data interchange format
// Copyright 2008 Google Inc. All rights reserved.
-// https://developers.google.com/protocol-buffers/
+// http://code.google.com/p/protobuf/
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
@@ -32,8 +32,9 @@
package google.protobuf.no_generic_services_test;
-
-// *_generic_services are false by default.
+option cc_generic_services = false;
+option java_generic_services = false;
+option py_generic_services = false;
message TestMessage {
optional int32 a = 1;