1
0
mirror of synced 2026-05-22 21:33:16 +00:00

Checkstyle Fixes

- Javadoc tag ordering
- Private constructors before inner classes

Issue gh-10394
This commit is contained in:
Rob Winch
2021-10-18 18:22:54 -05:00
parent 0c088e278a
commit f836897190
59 changed files with 100 additions and 101 deletions
@@ -43,12 +43,12 @@ import org.openid4java.message.ax.FetchResponse;
import org.springframework.util.StringUtils;
/**
* @author Ray Krueger
* @author Luke Taylor
* @deprecated The OpenID 1.0 and 2.0 protocols have been deprecated and users are
* <a href="https://openid.net/specs/openid-connect-migration-1_0.html">encouraged to
* migrate</a> to <a href="https://openid.net/connect/">OpenID Connect</a>, which is
* supported by <code>spring-security-oauth2</code>.
* @author Ray Krueger
* @author Luke Taylor
*/
@Deprecated
@SuppressWarnings("unchecked")