Skip to content

Commit

Permalink
Polish contribution
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrannen committed Jun 8, 2021
1 parent a42540e commit f3db6b9
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2002-2017 the original author or authors.
* Copyright 2002-2021 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.
Expand Down Expand Up @@ -45,8 +45,9 @@
* a return type and avoid the use of {@code @ResponseStatus} altogether.
*
* <p>Note that a controller class may also be annotated with
* {@code @ResponseStatus} and is then inherited by all {@code @RequestMapping}
* and {@code @ExceptionHandler} methods.
* {@code @ResponseStatus} which is then inherited by all {@code @RequestMapping}
* and {@code @ExceptionHandler} methods in that class and its subclasses unless
* overridden by a local {@code @ResponseStatus} declaration on the method.
*
* @author Arjen Poutsma
* @author Sam Brannen
Expand Down

0 comments on commit f3db6b9

Please sign in to comment.