Skip to content

Commit ab508ea

Browse files
committed
"Changes"
1 parent af8379f commit ab508ea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/io/github/sac/Socket.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ public ConcurrentHashMap<String, Channel> getChannels() {
7676

7777
public Channel getChannelByName(String name) {
7878
return channels.get(name);
79+
// return
7980
}
8081

8182
public void seturl(String url) {

0 commit comments

Comments
 (0)