Fix Javadoc @Since checkstle violations

Apply consistent `@Since` tags and retrofit the existing code using a
best guess from the git history.

Closes gh-17360
This commit is contained in:
Phillip Webb
2019-06-28 17:40:56 -07:00
parent dc5c5702f8
commit d91f27e11f
463 changed files with 687 additions and 378 deletions

View File

@@ -33,7 +33,6 @@ import org.springframework.util.ReflectionUtils;
* restarts.
*
* @author Andy Wilkinson
* @since 1.3.0
*/
class HateoasObjenesisCacheDisabler {

View File

@@ -27,6 +27,7 @@ import org.springframework.util.Assert;
* {@link Handler} that responds with a specific {@link HttpStatus}.
*
* @author Phillip Webb
* @since 1.3.0
*/
public class HttpStatusHandler implements Handler {

View File

@@ -26,6 +26,7 @@ import org.springframework.boot.lang.UsesUnsafeJava;
*
* @author Phillip Webb
* @author Andy Wilkinson
* @since 1.3.0
*/
public class RemoteDebugPortProvider implements PortProvider {