Fix '@since' tags of relocated code

This commit is contained in:
Phillip Webb
2025-06-13 14:10:50 -07:00
parent d7f6a459c2
commit 2c318605b1
128 changed files with 110 additions and 166 deletions

View File

@@ -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 {

View File

@@ -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 {