diff --git a/google-cloud-bigtable/src/main/java/com/google/cloud/bigtable/gaxx/package-info.java b/google-cloud-bigtable/src/main/java/com/google/cloud/bigtable/gaxx/package-info.java index 453a79576b57..e109cc76d4a1 100644 --- a/google-cloud-bigtable/src/main/java/com/google/cloud/bigtable/gaxx/package-info.java +++ b/google-cloud-bigtable/src/main/java/com/google/cloud/bigtable/gaxx/package-info.java @@ -13,11 +13,5 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -/** - * General purpose utilities that might be moved to gax at some point in the future. - * - *
TransportProviderWrapper: Enables the use of crosscutting hacks like - * ResourcePrefixInterceptor. It wraps a GRPC channel provider and decorates the provided channels - * with interceptors. - */ +/** General purpose utilities that might be moved to gax at some point in the future. */ package com.google.cloud.bigtable.gaxx; diff --git a/google-cloud-bigtable/src/main/java/com/google/cloud/bigtable/gaxx/reframing/package-info.java b/google-cloud-bigtable/src/main/java/com/google/cloud/bigtable/gaxx/reframing/package-info.java index 7577ae43e768..db5b7a4238a2 100644 --- a/google-cloud-bigtable/src/main/java/com/google/cloud/bigtable/gaxx/reframing/package-info.java +++ b/google-cloud-bigtable/src/main/java/com/google/cloud/bigtable/gaxx/reframing/package-info.java @@ -17,7 +17,7 @@ * Mediates message flow between two {@link com.google.api.gax.rpc.ResponseObserver}s. * *
It is intended for situations when a stream needs to be transformed in such a way where the - * incoming responses do not map 1:1 to the output responses. This is used to convert transform + * incoming responses do not map 1:1 to the output responses. This is used to transform * ReadRowsResponse chunks into logical rows, but is generic enough to be used for other purposes. */ package com.google.cloud.bigtable.gaxx.reframing;