Skip to content

Commit 1ae26c8

Browse files
committed
fix javadoc directive
1 parent 45f8b10 commit 1ae26c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/pusher/client/PusherOptions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ public PusherOptions setProxy(Proxy proxy){
215215
}
216216

217217
/**
218-
* @returns The proxy to be used when opening a websocket connection to Pusher.
218+
* @return The proxy to be used when opening a websocket connection to Pusher.
219219
*/
220220
public Proxy getProxy() {
221221
return this.proxy;

0 commit comments

Comments
 (0)