Skip to content

Commit 279f9dd

Browse files
committed
fix
1 parent cbe785f commit 279f9dd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/main/java/io/socket/client/Socket.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
import io.socket.parser.Packet;
55
import io.socket.parser.Parser;
66
import io.socket.thread.EventThread;
7-
import org.jetbrains.annotations.Nullable;
87
import org.json.JSONArray;
98
import org.json.JSONException;
109
import org.json.JSONObject;
@@ -576,7 +575,6 @@ public Socket offAnyOutgoing(Listener fn) {
576575
return this;
577576
}
578577

579-
@Nullable
580578
public String getLastOffset() {
581579
return this._lastOffset;
582580
}

0 commit comments

Comments
 (0)