Update deprecation Javadoc regarding "for removal in 6.2"

See gh-30608
This commit is contained in:
Sam Brannen
2023-06-07 11:59:54 +02:00
parent 7b20aefecf
commit f2ae106c32
5 changed files with 11 additions and 7 deletions

View File

@@ -27,7 +27,8 @@ import java.util.Base64;
* @author Gary Russell
* @since 4.1
* @see java.util.Base64
* @deprecated as of Spring Framework 6.0.5 in favor of {@link Base64}.
* @deprecated as of Spring Framework 6.0.5 in favor of {@link Base64}; scheduled
* for removal in 6.2
*/
@Deprecated(since = "6.0.5", forRemoval = true)
public abstract class Base64Utils {