Skip to content

Commit

Permalink
minor javadoc changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ceki committed May 2, 2013
1 parent 4b12ce0 commit 77f8c62
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -46,7 +46,7 @@ public interface ExceptionHandler {
/**
* Blocks the calling thread until a connection is successfully
* established or timeout occurs.
* @param the maximum time to wait (in milliseconds)
* @param delay the maximum time to wait (in milliseconds)
* @return the connected socket or {@code null} if timeout occurs
* @throws InterruptedException
*/
Expand All @@ -55,7 +55,7 @@ public interface ExceptionHandler {
/**
* Sets the connector's exception handler.
* <p>
* The handler must be set before the {@link run()} method is invoked.
* The handler must be set before the {@link #run()} method is invoked.
* @param exceptionHandler the handler to set
*/
void setExceptionHandler(ExceptionHandler exceptionHandler);
Expand Down

0 comments on commit 77f8c62

Please sign in to comment.