mirror of https://github.com/grpc/grpc-java.git
alts: Migrate java proto map getter from get<field> to get<field>Map
This is part of a proto-wide cleanup of its map APIs. cl/344096880
This commit is contained in:
parent
fd59f1de0c
commit
f0223eb8e3
|
@ -103,6 +103,6 @@ public final class AltsAuthContext {
|
|||
* @return the context's peer attributes.
|
||||
*/
|
||||
public Map<String, String> getPeerAttributes() {
|
||||
return context.getPeerAttributes();
|
||||
return context.getPeerAttributesMap();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue