Skip to content

Commit

Permalink
api: Remove ref to deleted InternalNotifyOnServerBuild
Browse files Browse the repository at this point in the history
  • Loading branch information
ejona86 committed Jun 2, 2020
1 parent 6dee2b7 commit 1468579
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions api/src/main/java/io/grpc/ServerBuilder.java
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,7 @@ public static ServerBuilder<?> forPort(int port) {
public abstract T addService(ServerServiceDefinition service);

/**
* Adds a service implementation to the handler registry. If bindableService implements
* {@link InternalNotifyOnServerBuild}, the service will receive a reference to the generated
* server instance upon build().
* Adds a service implementation to the handler registry.
*
* @param bindableService BindableService object
* @return this
Expand Down

0 comments on commit 1468579

Please sign in to comment.