Skip to content

Commit

Permalink
0.2 release with lots of bug fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
baswerc committed Jul 26, 2015
1 parent c064340 commit 27f7193
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ public SSLServerSocketChannel(ServerSocketChannel serverSocketChannel, SSLContex
}

/**
* Convenience call to keep from having to cast {@code SocketChannel} into {@SSLSocketChannel} when calling {@link #accept()}.
* Convenience call to keep from having to cast {@code SocketChannel} into {@link SSLSocketChannel} when calling {@link #accept()}.
*
* @return An SSLSocketChannel or {@code null} if this channel is in non-blocking mode and no connection is available to be accepted.
* @see #accept()
Expand Down

0 comments on commit 27f7193

Please sign in to comment.