commit | 6e5efa5b98f3d92482eaf4b552eb83c015a2e3eb | [log] [tgz] |
---|---|---|
author | Shawn O. Pearce <sop@google.com> | Sat May 16 07:26:44 2009 -0700 |
committer | Shawn O. Pearce <sop@google.com> | Sat May 16 07:27:20 2009 -0700 |
tree | d08165dbf86a5e3dd445c0f37894d781c892958f | |
parent | d188c4b84cc153b490ad7d1c209129e8d82ac451 [diff] |
Fix warning about debug code in OpenIdServiceImpl This code is here only for aid while debugging an OpenID exchange, which doesn't happen that often. Pulling it out to an isolated method and tagging it to ignore unchecked casts fixes a warning in this class. Signed-off-by: Shawn O. Pearce <sop@google.com>