stub: stablize AbstractStub.withExecutor API

Resolves #3605
This commit is contained in:
ZHANG Dapeng 2018-08-29 11:58:13 -07:00 committed by GitHub
parent 433ac00de4
commit a18abfbf9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -131,7 +131,6 @@ public abstract class AbstractStub<S extends AbstractStub<S>> {
*
* @since 1.8.0
*/
@ExperimentalApi("https://github.com/grpc/grpc-java/issues/3605")
public final S withExecutor(Executor executor) {
return build(channel, callOptions.withExecutor(executor));
}