'i' before 'e' except in comments
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6491 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -628,7 +628,7 @@ public class BlockingCommunicator extends Communicator
|
|||||||
log.debug("Waiting for secure response.");
|
log.debug("Waiting for secure response.");
|
||||||
|
|
||||||
response = (AuthResponse)receiveMessage();
|
response = (AuthResponse)receiveMessage();
|
||||||
// If we've recieved a secure response, proceed with authentication
|
// If we've received a secure response, proceed with authentication
|
||||||
if (response instanceof SecureResponse) {
|
if (response instanceof SecureResponse) {
|
||||||
sendMessage(AESAuthRequest.createAuthRequest(
|
sendMessage(AESAuthRequest.createAuthRequest(
|
||||||
_client.getCredentials(), _client.getVersion(),
|
_client.getCredentials(), _client.getVersion(),
|
||||||
|
|||||||
Reference in New Issue
Block a user