Mark overrides

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5831 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Dave Hoover
2009-06-22 17:36:32 +00:00
parent a08e21e840
commit 7db51dafdb
4 changed files with 8 additions and 5 deletions
@@ -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);
}
});