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) {