aboutsummaryrefslogtreecommitdiff
path: root/testing-proto
diff options
context:
space:
mode:
authorEric Gribkoff <ericgribkoff@google.com>2017-05-02 10:24:23 -0700
committerGitHub <noreply@github.com>2017-05-02 10:24:23 -0700
commit7aa807ce6d894254348ad5f300bff4d6be4190d1 (patch)
tree6ae941dd264243d42c14b78732b8537c3e89e352 /testing-proto
parent06e823e25141b54954ee3400f55ffaf3221ed6fd (diff)
downloadgrpc-grpc-java-7aa807ce6d894254348ad5f300bff4d6be4190d1.tar.gz
compiler: remove streaming calls from javadoc for newFutureStub
FutureStubs only support unary calls
Diffstat (limited to 'testing-proto')
-rw-r--r--testing-proto/src/generated/main/grpc/io/grpc/testing/integration/MetricsServiceGrpc.java2
-rw-r--r--testing-proto/src/generated/main/grpc/io/grpc/testing/integration/ReconnectServiceGrpc.java2
-rw-r--r--testing-proto/src/generated/main/grpc/io/grpc/testing/integration/TestServiceGrpc.java2
-rw-r--r--testing-proto/src/generated/main/grpc/io/grpc/testing/integration/UnimplementedServiceGrpc.java2
4 files changed, 4 insertions, 4 deletions
diff --git a/testing-proto/src/generated/main/grpc/io/grpc/testing/integration/MetricsServiceGrpc.java b/testing-proto/src/generated/main/grpc/io/grpc/testing/integration/MetricsServiceGrpc.java
index b474d4827..0f119fc59 100644
--- a/testing-proto/src/generated/main/grpc/io/grpc/testing/integration/MetricsServiceGrpc.java
+++ b/testing-proto/src/generated/main/grpc/io/grpc/testing/integration/MetricsServiceGrpc.java
@@ -68,7 +68,7 @@ public final class MetricsServiceGrpc {
}
/**
- * Creates a new ListenableFuture-style stub that supports unary and streaming output calls on the service
+ * Creates a new ListenableFuture-style stub that supports unary calls on the service
*/
public static MetricsServiceFutureStub newFutureStub(
io.grpc.Channel channel) {
diff --git a/testing-proto/src/generated/main/grpc/io/grpc/testing/integration/ReconnectServiceGrpc.java b/testing-proto/src/generated/main/grpc/io/grpc/testing/integration/ReconnectServiceGrpc.java
index 92f78a31e..543386922 100644
--- a/testing-proto/src/generated/main/grpc/io/grpc/testing/integration/ReconnectServiceGrpc.java
+++ b/testing-proto/src/generated/main/grpc/io/grpc/testing/integration/ReconnectServiceGrpc.java
@@ -71,7 +71,7 @@ public final class ReconnectServiceGrpc {
}
/**
- * Creates a new ListenableFuture-style stub that supports unary and streaming output calls on the service
+ * Creates a new ListenableFuture-style stub that supports unary calls on the service
*/
public static ReconnectServiceFutureStub newFutureStub(
io.grpc.Channel channel) {
diff --git a/testing-proto/src/generated/main/grpc/io/grpc/testing/integration/TestServiceGrpc.java b/testing-proto/src/generated/main/grpc/io/grpc/testing/integration/TestServiceGrpc.java
index d14c834fd..d791e29c2 100644
--- a/testing-proto/src/generated/main/grpc/io/grpc/testing/integration/TestServiceGrpc.java
+++ b/testing-proto/src/generated/main/grpc/io/grpc/testing/integration/TestServiceGrpc.java
@@ -144,7 +144,7 @@ public final class TestServiceGrpc {
}
/**
- * Creates a new ListenableFuture-style stub that supports unary and streaming output calls on the service
+ * Creates a new ListenableFuture-style stub that supports unary calls on the service
*/
public static TestServiceFutureStub newFutureStub(
io.grpc.Channel channel) {
diff --git a/testing-proto/src/generated/main/grpc/io/grpc/testing/integration/UnimplementedServiceGrpc.java b/testing-proto/src/generated/main/grpc/io/grpc/testing/integration/UnimplementedServiceGrpc.java
index 71445bfc5..ddfd75b8e 100644
--- a/testing-proto/src/generated/main/grpc/io/grpc/testing/integration/UnimplementedServiceGrpc.java
+++ b/testing-proto/src/generated/main/grpc/io/grpc/testing/integration/UnimplementedServiceGrpc.java
@@ -60,7 +60,7 @@ public final class UnimplementedServiceGrpc {
}
/**
- * Creates a new ListenableFuture-style stub that supports unary and streaming output calls on the service
+ * Creates a new ListenableFuture-style stub that supports unary calls on the service
*/
public static UnimplementedServiceFutureStub newFutureStub(
io.grpc.Channel channel) {