spring-security/oauth2/oauth2-core
Phillip Webb e9130489a6 Remove restricted static imports
Replace static imports with class referenced methods. With the exception
of a few well known static imports, checkstyle restricts the static
imports that a class can use. For example, `asList(...)` would be
replaced with `Arrays.asList(...)`.

Issue gh-8945
2020-08-24 17:33:08 -05:00
..
src Remove restricted static imports 2020-08-24 17:33:08 -05:00
spring-security-oauth2-core.gradle authorization_uri Uses UriComponentsBuilder 2018-12-21 13:23:47 -07:00