-
Type:
Bug
-
Resolution: Done
-
Priority:
Trivial - P5
-
Affects Version/s: None
-
Component/s: API, Documentation
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
The Javadoc of ServerAddress constructor with single String parameter says
Creates a ServerAddress with default port
In fact, if I pass a string such as "localhost:3333" it will create a ServerAddress with port 3333 (which is of course not the default port). That's nice. Can you please adapt the Javadoc to match the implementation?
I'm asking this because I want to be sure that the constructor's implementation won't be changed in a future release and I don't need to parse a host:port string myself.