Polishing

See gh-23846
See gh-29955
Closes gh-29992
This commit is contained in:
Johnny Lim
2023-02-17 23:14:31 +09:00
committed by Sam Brannen
parent 88e6544d9d
commit 6739ca82ce
6 changed files with 33 additions and 31 deletions

View File

@@ -329,6 +329,7 @@ public class CacheControl {
* Adding a {@link #maxAge(Duration) max-age} directive is strongly advised
* to enforce the actual freshness lifetime.
* @return {@code this}, to facilitate method chaining
* @since 6.0.5
* @see <a href="https://tools.ietf.org/html/rfc8246">rfc8246</a>
*/
public CacheControl immutable() {

View File

@@ -74,6 +74,7 @@ public class MethodArgumentNotValidException extends BindException implements Er
* Constructor for {@link MethodArgumentNotValidException}.
* @param executable the executable that failed validation
* @param bindingResult the results of the validation
* @since 6.0.5
*/
public MethodArgumentNotValidException(Executable executable, BindingResult bindingResult) {
super(bindingResult);