Skip to content

Commit

Permalink
Change a method's signature
Browse files Browse the repository at this point in the history
  • Loading branch information
fengyouchao committed Mar 26, 2015
1 parent 83d96f0 commit 0b57ba6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/fucksocks/client/SocksServerSocket.java
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ public void setBindPort(int bindPort) {
this.bindPort = bindPort;
}

public SocketAddress getSocketAddress(){
public SocketAddress getBindSocketAddress(){
return new InetSocketAddress(bindAddress, bindPort);
}
}

0 comments on commit 0b57ba6

Please sign in to comment.