mirror of https://github.com/grpc/grpc-java.git
core: correct issue number for getSchemaDescriptor()
This commit is contained in:
parent
4c483ef7a0
commit
667b0611fe
|
|
@ -100,7 +100,7 @@ public final class ServiceDescriptor {
|
|||
* @since 1.1.0
|
||||
*/
|
||||
@Nullable
|
||||
@ExperimentalApi("https://github.com/grpc/grpc-java/issues/2666")
|
||||
@ExperimentalApi("https://github.com/grpc/grpc-java/issues/2222")
|
||||
public Object getSchemaDescriptor() {
|
||||
return schemaDescriptor;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue