mirror of https://github.com/grpc/grpc-java.git
complier: fix typo in comment (#6747)
This commit is contained in:
parent
e5d1244004
commit
47c0b0b792
|
|
@ -1237,7 +1237,7 @@ void GenerateService(const ServiceDescriptor* service,
|
|||
}
|
||||
PrintImports(&printer);
|
||||
|
||||
// Package std::string is used to fully qualify method names.
|
||||
// Package string is used to fully qualify method names.
|
||||
vars["Package"] = service->file()->package();
|
||||
if (!vars["Package"].empty()) {
|
||||
vars["Package"].append(".");
|
||||
|
|
|
|||
Loading…
Reference in New Issue