Skip to content

Commit

Permalink
[Java] Update JavaDoc.
Browse files Browse the repository at this point in the history
  • Loading branch information
vyazelenko committed Jan 3, 2025
1 parent 598740f commit 38ecbb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aeron-driver/src/main/java/io/aeron/driver/NameResolver.java
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@ public interface NameResolver
InetAddress resolve(String name, String uriParamName, boolean isReResolution);

/**
* Lookup the name and return a string of the form name:port that represents the endpoint or control param
* Lookup the name and return a string of the form {@code name:port} that represents the endpoint or control param
* of the URI.
*
* @param name to lookup
* @param uriParamName that the lookup is for.
* @param isReLookup {@code true} if this is a re-lookup or {@code true} if initial lookup.
* @return string in name:port form.
* @return string in {@code name:port} form.
*/
default String lookup(String name, String uriParamName, boolean isReLookup)
{
Expand Down

0 comments on commit 38ecbb8

Please sign in to comment.