Skip to content

Commit

Permalink
Update transport/src/main/java/io/netty/bootstrap/BootstrapConfig.java
Browse files Browse the repository at this point in the history
Co-authored-by: Chris Vest <mr.chrisvest@gmail.com>
  • Loading branch information
mostroverkhov and chrisvest committed Jul 18, 2023
1 parent 6fbc4fa commit fcf9be6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public SocketAddress remoteAddress() {

/**
* Returns the configured {@link AddressResolverGroup}, {@code null} if resolver was disabled
* with {@link Bootstrap#disableResolver()}, or the default if non is configured yet.
* with {@link Bootstrap#disableResolver()}, or the default if not configured yet.
*/
public AddressResolverGroup<?> resolver() {
return bootstrap.resolver();
Expand Down

0 comments on commit fcf9be6

Please sign in to comment.