fix javadoc
This commit is contained in:
@@ -51,7 +51,6 @@ public class IO {
|
|||||||
* @param uri uri to connect.
|
* @param uri uri to connect.
|
||||||
* @param opts options for socket.
|
* @param opts options for socket.
|
||||||
* @return {@link Socket} instance.
|
* @return {@link Socket} instance.
|
||||||
* @throws URISyntaxException
|
|
||||||
*/
|
*/
|
||||||
public static Socket socket(URI uri, Options opts) {
|
public static Socket socket(URI uri, Options opts) {
|
||||||
if (opts == null) {
|
if (opts == null) {
|
||||||
|
|||||||
Reference in New Issue
Block a user