More style cleanup.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5249 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -56,14 +56,14 @@ public class ClientCommunicator extends BlockingCommunicator
|
||||
protected void setPrefPort (String key, int port) {
|
||||
PresentsPrefs.config.setValue(key, port);
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Gets our preferred connection port via our preferences mechanism.
|
||||
*/
|
||||
protected int getPrefPort (String key, int defaultPort) {
|
||||
return PresentsPrefs.config.getValue(key, defaultPort);
|
||||
}
|
||||
|
||||
|
||||
@Override // from BlockingCommunicator
|
||||
protected void openChannel (InetAddress host)
|
||||
throws IOException
|
||||
|
||||
Reference in New Issue
Block a user