From 114c6408ca15d1ca203522aedff6ec8808bf561b Mon Sep 17 00:00:00 2001 From: Igor Bernstein Date: Thu, 29 Mar 2018 02:58:19 -0400 Subject: [PATCH 1/2] Bigtable: remove stale javadoc --- .../java/com/google/cloud/bigtable/gaxx/package-info.java | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) 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; From 7079168ae2ceb1820f2a961ad531a1cb5032ea5a Mon Sep 17 00:00:00 2001 From: Igor Bernstein Date: Thu, 29 Mar 2018 02:59:59 -0400 Subject: [PATCH 2/2] fix english --- .../com/google/cloud/bigtable/gaxx/reframing/package-info.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;