Polish contribution

See gh-23756
This commit is contained in:
Sam Brannen
2019-10-23 12:27:51 +02:00
parent e73344fc71
commit 82f64f6a8d
2 changed files with 9 additions and 1 deletions

View File

@@ -153,6 +153,7 @@ public class RequestResultMatchers {
/**
* Assert the given session attributes do not exist.
* @since 5.2.1
*/
public <T> ResultMatcher sessionAttributeDoesNotExist(String... names) {
return result -> {