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
@@ -121,7 +121,7 @@ public class BureauRegistry
}), BureauCodes.BUREAU_GROUP);
conmgr.addChainedAuthenticator(new ServiceAuthenticator<BureauCredentials>(
BureauCredentials.class, BureauAuthName.class) {
protected boolean areValid (BureauCredentials creds) {
@Override protected boolean areValid (BureauCredentials creds) {
return checkToken(creds) == null;
}
});