From c913274e91b10158e94dbcf5b4a535038ee0cb79 Mon Sep 17 00:00:00 2001 From: ysuzhaixuefei Date: Sun, 8 Jul 2018 11:50:02 +0800 Subject: [PATCH] update api.proto modify some note and fields --- protos/api/api.proto | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/protos/api/api.proto b/protos/api/api.proto index 4c8a87a..84a9efd 100644 --- a/protos/api/api.proto +++ b/protos/api/api.proto @@ -1,8 +1,8 @@ syntax = "proto3"; package protocol; -option java_package = "org.gsc.api"; //Specify the name of the package that generated the Java file -option java_outer_classname = "GrpcAPI"; //Specify the class name of the generated Java file +option java_package = "org.gsc.api"; //the package name of the generated Java Class Files +option java_outer_classname = "GrpcAPI"; //name of the generated Java Class file service Wallet { rpc GetAccount (Account) returns (Account) {