core: correct issue number for getSchemaDescriptor()

This commit is contained in:
Eric Gribkoff 2017-11-16 14:39:14 -08:00 committed by GitHub
parent 4c483ef7a0
commit 667b0611fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ public final class ServiceDescriptor {
* @since 1.1.0 * @since 1.1.0
*/ */
@Nullable @Nullable
@ExperimentalApi("https://github.com/grpc/grpc-java/issues/2666") @ExperimentalApi("https://github.com/grpc/grpc-java/issues/2222")
public Object getSchemaDescriptor() { public Object getSchemaDescriptor() {
return schemaDescriptor; return schemaDescriptor;
} }