393968 fix typo in javadoc

This commit is contained in:
Thomas Becker 2013-01-28 16:11:33 +01:00
parent 9b383c5780
commit 988206c36a
1 changed files with 1 additions and 1 deletions

View File

@ -215,7 +215,7 @@ public interface Connector extends LifeCycle
/* ------------------------------------------------------------ */
/**
* @param port The port fto listen of for connections or 0 if any available
* @param port The port to listen of for connections or 0 if any available
* port may be used.
*/
void setPort(int port);