Skip to content

Commit 763c1a9

Browse files
committed
Polish
1 parent 81d3945 commit 763c1a9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/main/java/org/springframework/boot/maven/AbstractRunMojo.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2012-2018 the original author or authors.
2+
* Copyright 2012-2019 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -78,7 +78,7 @@ public abstract class AbstractRunMojo extends AbstractDependencyFilterMojo {
7878
* Path to agent jar. NOTE: the use of agents means that processes will be started by
7979
* forking a new JVM.
8080
* @since 1.0
81-
* @deprecated since version 2.2. Use agents instead.
81+
* @deprecated since 2.2.0 in favor of {@code agents}
8282
*/
8383
@Deprecated
8484
@Parameter(property = "spring-boot.run.agent")

spring-boot-project/spring-boot/src/main/java/org/springframework/boot/web/reactive/context/ReactiveWebServerApplicationContext.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ protected ReactiveWebServerFactory getWebServerFactory(String factoryBeanName) {
124124
* reactive web server. By default this method searches for a suitable bean in the
125125
* context itself.
126126
* @return a {@link ReactiveWebServerFactory} (never {@code null})
127-
* @deprecated since 2.2 in favor of {@link #getWebServerFactoryBeanName()} and
127+
* @deprecated since 2.2.0 in favor of {@link #getWebServerFactoryBeanName()} and
128128
* {@link #getWebServerFactory(String)}
129129
*/
130130
@Deprecated

0 commit comments

Comments
 (0)