Skip to content

Commit

Permalink
Reformat code
Browse files Browse the repository at this point in the history
  • Loading branch information
kohlschuetter committed Feb 4, 2024
1 parent 3a29f00 commit a5db9a6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ public String toString() {
* <p>
* The address contains the sa_family identifier as the first byte, and, on some platforms only,
* the address length, as the second byte.
*
*
* @return A new byte array containing the system-specific representation of that address.
*/
public byte[] toBytes() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -675,7 +675,7 @@ private static <S extends AFDatagramSocket<?>> S reconfigure(boolean isChannel,
* <p>
* Note that on Windows, it may be impossible to query the blocking state from an external socket,
* so the state is always forcibly set to "blocking".
*
*
* @param <S> The type.
* @param isChannel The desired cast type (socket=set to blocking, or channel=preserve state).
* @param socketChannel The channel.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ static native boolean initPipe(FileDescriptor source, FileDescriptor sink, boole

/**
* Checks if the given file descriptor describes a blocking socket.
*
*
* @param fd The file descriptor to check
* @return 0 = non-blocking, 1 = blocking, 2 = indeterminate (needs reconfiguration)
* @throws IOException on error.
Expand Down

0 comments on commit a5db9a6

Please sign in to comment.