From 06237ea587a81e68747cbf5e68305946979aff3a Mon Sep 17 00:00:00 2001 From: ysuzhaixuefei Date: Sun, 8 Jul 2018 11:19:28 +0800 Subject: [PATCH] update discover.proto update some filelds and note --- protos/core/discover.proto | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/protos/core/discover.proto b/protos/core/discover.proto index 0808aef..c09a62e 100644 --- a/protos/core/discover.proto +++ b/protos/core/discover.proto @@ -2,9 +2,8 @@ syntax = "proto3"; package protocol; -option java_package = "org.gsc.protos"; //Specify the name of the package that generated the Java file -option java_outer_classname = "Discover"; //Specify the class name of the generated Java file - +option java_package = "org.gsc.protos"; //the package name of the generated Java files +option java_outer_classname = "Discover"; //the name of the Java Class file message Endpoint { bytes address = 1; int32 port = 2;