spring-security/web
Josh Cummings 7a55af246e
Polish tests and javadoc
When using AssertJ, it's easy to commit the following error

assertThat(some boolean condition)

The above actually does nothing. It at least needs to be

assertThat(some boolean condition).isTrue()

This commit refines some assertions that were missing a verify
condition.

Also, one Javadoc was just a little bit confusing, so this
clarifies it.

Issue: gh-6259
2018-12-21 08:47:37 -07:00
..
src Polish tests and javadoc 2018-12-21 08:47:37 -07:00
spring-security-web.gradle Fix JDK 9 2018-03-27 09:30:56 -05:00