Mark overrides
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5831 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -239,7 +239,7 @@ public abstract class PeerManager
|
||||
// wire ourselves into the server
|
||||
_conmgr.addChainedAuthenticator(
|
||||
new ServiceAuthenticator<PeerCreds>(PeerCreds.class, PeerAuthName.class) {
|
||||
protected boolean areValid (PeerCreds creds) {
|
||||
@Override protected boolean areValid (PeerCreds creds) {
|
||||
return creds.areValid(_sharedSecret);
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user