Skip to content

Commit 45366c5

Browse files
committed
Added '* @SInCE 1.6.1' in method doc
1 parent 611d897 commit 45366c5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/org/java_websocket/client/WebSocketClient.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -335,6 +335,7 @@ public boolean reconnectBlocking() throws InterruptedException {
335335
* @param timeUnit The timeout time unit
336336
* @return Returns whether it succeeded or not.
337337
* @throws InterruptedException Thrown when the threads get interrupted
338+
* @since 1.6.1
338339
*/
339340
public boolean reconnectBlocking(long timeout, TimeUnit timeUnit) throws InterruptedException {
340341
reset();

0 commit comments

Comments
 (0)