vestigial comment cleanup

pull/544/merge
Justin Richer 2013-11-27 12:06:53 -05:00
parent 49a7db6c6e
commit 6c4d2a8e8d
1 changed files with 0 additions and 1 deletions

View File

@ -99,7 +99,6 @@ public class DefaultOIDCTokenService implements OIDCTokenService {
idClaims.setCustomClaim("nonce", nonce);
}
// TODO: this ought to be getResponseType; issue #482
Set<String> responseTypes = request.getResponseTypes();
if (responseTypes.contains("token")) {