Fix '@since' tags of relocated code
This commit is contained in:
@@ -29,7 +29,7 @@ import org.springframework.util.Assert;
|
||||
* Mongo data stores.
|
||||
*
|
||||
* @author Christian Dupuis
|
||||
* @since 2.0.0
|
||||
* @since 4.0.0
|
||||
*/
|
||||
public class MongoHealthIndicator extends AbstractHealthIndicator {
|
||||
|
||||
|
||||
@@ -29,7 +29,7 @@ import org.springframework.util.Assert;
|
||||
* A {@link ReactiveHealthIndicator} for Mongo.
|
||||
*
|
||||
* @author Yulin Qin
|
||||
* @since 2.0.0
|
||||
* @since 4.0.0
|
||||
*/
|
||||
public class MongoReactiveHealthIndicator extends AbstractReactiveHealthIndicator {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user