We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbe785f commit 279f9ddCopy full SHA for 279f9dd
src/main/java/io/socket/client/Socket.java
@@ -4,7 +4,6 @@
4
import io.socket.parser.Packet;
5
import io.socket.parser.Parser;
6
import io.socket.thread.EventThread;
7
-import org.jetbrains.annotations.Nullable;
8
import org.json.JSONArray;
9
import org.json.JSONException;
10
import org.json.JSONObject;
@@ -576,7 +575,6 @@ public Socket offAnyOutgoing(Listener fn) {
576
575
return this;
577
}
578
579
- @Nullable
580
public String getLastOffset() {
581
return this._lastOffset;
582
0 commit comments