Skip to content

Commit eddb174

Browse files
committed
Fix deprecation clause on MongoPropertiesClientSettingsBuilderCustomizer
1 parent d7202b4 commit eddb174

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/mongo/MongoPropertiesClientSettingsBuilderCustomizer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
* @author Scott Frederick
3535
* @author Safeer Ansari
3636
* @since 2.4.0
37-
* @deprecated since 3.1.0 in favor of
37+
* @deprecated since 3.1.0 for removal in 3.3.0 in favor of
3838
* {@link StandardMongoClientSettingsBuilderCustomizer}
3939
*/
4040
@Deprecated(since = "3.1.0", forRemoval = true)

0 commit comments

Comments
 (0)