浏览代码

Move package declaration

Jon Skeet 17 年之前
父节点
当前提交
0c89aa1fdb
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      protos/tutorial/addressbook.proto

+ 2 - 2
protos/tutorial/addressbook.proto

@@ -1,11 +1,11 @@
+package tutorial;
+ 
 import "google/protobuf/csharp_options.proto";
 import "google/protobuf/descriptor.proto";
 
 option (google.protobuf.csharp_file_options).namespace = "Google.ProtocolBuffers.Examples.AddressBook";
 option (google.protobuf.csharp_file_options).umbrella_classname = "AddressBookProtos";
 
-package tutorial;
- 
 option optimize_for = SPEED;
 
 message Person {