Skip to content

Commit

Permalink
test: SocketChannelTest: Update javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
kohlschuetter committed Jul 27, 2023
1 parent aee4391 commit b8c59da
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -235,9 +235,9 @@ private void testDoubleBind(boolean reuseAddress) throws Exception {
* By default, this just calls `ssc.bind(sa)`, but you may handle some exceptions by overriding
* this method in a subclass.
*
* @param ssc
* @param sa
* @throws IOException
* @param ssc The server socket channel.
* @param sa The socket address to bind to.
* @throws IOException on error.
*/
protected void handleBind(ServerSocketChannel ssc, SocketAddress sa) throws IOException {
ssc.bind(sa);
Expand Down

0 comments on commit b8c59da

Please sign in to comment.