Skip to content

Commit 8c261c3

Browse files
authored
Fix typo in deprecated blocking stub javadoc. (#11772)
1 parent 5e8abc6 commit 8c261c3

File tree

48 files changed

+48
-48
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+48
-48
lines changed

alts/src/generated/main/grpc/io/grpc/alts/internal/HandshakerServiceGrpc.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ protected HandshakerServiceBlockingV2Stub build(
204204
}
205205

206206
/**
207-
* A stub to allow clients to do llimited synchronous rpc calls to service HandshakerService.
207+
* A stub to allow clients to do limited synchronous rpc calls to service HandshakerService.
208208
*/
209209
public static final class HandshakerServiceBlockingStub
210210
extends io.grpc.stub.AbstractBlockingStub<HandshakerServiceBlockingStub> {

android-interop-testing/src/generated/debug/grpc/io/grpc/testing/integration/LoadBalancerStatsServiceGrpc.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ public io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse
262262
}
263263

264264
/**
265-
* A stub to allow clients to do llimited synchronous rpc calls to service LoadBalancerStatsService.
265+
* A stub to allow clients to do limited synchronous rpc calls to service LoadBalancerStatsService.
266266
* <pre>
267267
* A service used to obtain stats for verifying LB behavior.
268268
* </pre>

android-interop-testing/src/generated/debug/grpc/io/grpc/testing/integration/MetricsServiceGrpc.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ public io.grpc.testing.integration.Metrics.GaugeResponse getGauge(io.grpc.testin
252252
}
253253

254254
/**
255-
* A stub to allow clients to do llimited synchronous rpc calls to service MetricsService.
255+
* A stub to allow clients to do limited synchronous rpc calls to service MetricsService.
256256
*/
257257
public static final class MetricsServiceBlockingStub
258258
extends io.grpc.stub.AbstractBlockingStub<MetricsServiceBlockingStub> {

android-interop-testing/src/generated/debug/grpc/io/grpc/testing/integration/ReconnectServiceGrpc.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ public io.grpc.testing.integration.Messages.ReconnectInfo stop(io.grpc.testing.i
244244
}
245245

246246
/**
247-
* A stub to allow clients to do llimited synchronous rpc calls to service ReconnectService.
247+
* A stub to allow clients to do limited synchronous rpc calls to service ReconnectService.
248248
* <pre>
249249
* A service used to control reconnect server.
250250
* </pre>

android-interop-testing/src/generated/debug/grpc/io/grpc/testing/integration/TestServiceGrpc.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -671,7 +671,7 @@ public io.grpc.testing.integration.EmptyProtos.Empty unimplementedCall(io.grpc.t
671671
}
672672

673673
/**
674-
* A stub to allow clients to do llimited synchronous rpc calls to service TestService.
674+
* A stub to allow clients to do limited synchronous rpc calls to service TestService.
675675
* <pre>
676676
* A simple service to test the various types of RPCs and experiment with
677677
* performance with various types of payload.

android-interop-testing/src/generated/debug/grpc/io/grpc/testing/integration/UnimplementedServiceGrpc.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ public io.grpc.testing.integration.EmptyProtos.Empty unimplementedCall(io.grpc.t
206206
}
207207

208208
/**
209-
* A stub to allow clients to do llimited synchronous rpc calls to service UnimplementedService.
209+
* A stub to allow clients to do limited synchronous rpc calls to service UnimplementedService.
210210
* <pre>
211211
* A simple service NOT implemented at servers so clients can test for
212212
* that case.

android-interop-testing/src/generated/debug/grpc/io/grpc/testing/integration/XdsUpdateClientConfigureServiceGrpc.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ public io.grpc.testing.integration.Messages.ClientConfigureResponse configure(io
201201
}
202202

203203
/**
204-
* A stub to allow clients to do llimited synchronous rpc calls to service XdsUpdateClientConfigureService.
204+
* A stub to allow clients to do limited synchronous rpc calls to service XdsUpdateClientConfigureService.
205205
* <pre>
206206
* A service to dynamically update the configuration of an xDS test client.
207207
* </pre>

android-interop-testing/src/generated/debug/grpc/io/grpc/testing/integration/XdsUpdateHealthServiceGrpc.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ public io.grpc.testing.integration.EmptyProtos.Empty setNotServing(io.grpc.testi
244244
}
245245

246246
/**
247-
* A stub to allow clients to do llimited synchronous rpc calls to service XdsUpdateHealthService.
247+
* A stub to allow clients to do limited synchronous rpc calls to service XdsUpdateHealthService.
248248
* <pre>
249249
* A service to remotely control health status of an xDS test server.
250250
* </pre>

android-interop-testing/src/generated/release/grpc/io/grpc/testing/integration/LoadBalancerStatsServiceGrpc.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ public io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse
262262
}
263263

264264
/**
265-
* A stub to allow clients to do llimited synchronous rpc calls to service LoadBalancerStatsService.
265+
* A stub to allow clients to do limited synchronous rpc calls to service LoadBalancerStatsService.
266266
* <pre>
267267
* A service used to obtain stats for verifying LB behavior.
268268
* </pre>

android-interop-testing/src/generated/release/grpc/io/grpc/testing/integration/MetricsServiceGrpc.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ public io.grpc.testing.integration.Metrics.GaugeResponse getGauge(io.grpc.testin
252252
}
253253

254254
/**
255-
* A stub to allow clients to do llimited synchronous rpc calls to service MetricsService.
255+
* A stub to allow clients to do limited synchronous rpc calls to service MetricsService.
256256
*/
257257
public static final class MetricsServiceBlockingStub
258258
extends io.grpc.stub.AbstractBlockingStub<MetricsServiceBlockingStub> {

0 commit comments

Comments
 (0)