This repository was archived by the owner on Sep 26, 2023. It is now read-only.
File tree Expand file tree Collapse file tree
gax/src/main/java/com/google/api/gax/rpc Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -32,8 +32,8 @@ version.io_grpc=1.42.1
3232# It should be constructed the following way:
3333# 1) Take full artifact id (including the group and classifier (if any) portions) and remove version portion.
3434# 2) Replace all characters which are neither alphabetic nor digits with the underscore ('_') character
35- maven.com_google_api_grpc_proto_google_common_protos =com.google.api.grpc:proto-google-common-protos:2.4.1
36- maven.com_google_api_grpc_grpc_google_common_protos =com.google.api.grpc:grpc-google-common-protos:2.4.1
35+ maven.com_google_api_grpc_proto_google_common_protos =com.google.api.grpc:proto-google-common-protos:2.7.0
36+ maven.com_google_api_grpc_grpc_google_common_protos =com.google.api.grpc:grpc-google-common-protos:2.7.0
3737maven.com_google_auth_google_auth_library_oauth2_http =com.google.auth:google-auth-library-oauth2-http:1.2.1
3838maven.com_google_auth_google_auth_library_credentials =com.google.auth:google-auth-library-credentials:1.2.1
3939maven.io_opencensus_opencensus_api =io.opencensus:opencensus-api:0.28.0
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ public String encode(RequestT request) {
109109 // Not sure if we need this at all.
110110 private boolean isValid (String name , String value ) {
111111 try {
112- // hoping that encode/decode do not loose information in the middle
112+ // hoping that encode/decode do not lose information in the middle
113113 // (at least for practical use cases)
114114 return !validateExtractedParameters
115115 || name .equals (URLEncoder .encode (URLDecoder .decode (name , STR_ENCODING ), STR_ENCODING ))
You can’t perform that action at this time.
0 commit comments