Backport of WebMvcConfigurationSupport javadoc revision

Includes related polishing.
This commit is contained in:
Juergen Hoeller
2018-07-25 15:54:02 +02:00
parent a403a754e9
commit 21b7dc1ce4
3 changed files with 87 additions and 92 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2002-2015 the original author or authors.
* Copyright 2002-2018 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -50,7 +50,6 @@ public interface ResultMatcher {
/**
* Assert the result of an executed request.
*
* @param result the result of the executed request
* @throws Exception if a failure occurs
*/