File tree Expand file tree Collapse file tree
src/main/java/org/apache/commons/cli Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -44,14 +44,14 @@ public static class Builder implements Supplier<DeprecatedAttributes> {
4444 /**
4545 * Whether this option is subject to removal in a future version.
4646 *
47- * @see <a href="https://docs.oracle.com/en/java/javase/21 /docs/api/java.base/java/lang/Deprecated.html#forRemoval()">Deprecated.forRemoval</a>
47+ * @see <a href="https://docs.oracle.com/en/java/javase/25 /docs/api/java.base/java/lang/Deprecated.html#forRemoval()">Deprecated.forRemoval</a>
4848 */
4949 private boolean forRemoval ;
5050
5151 /**
5252 * The version in which the option became deprecated.
5353 *
54- * @see <a href="https://docs.oracle.com/en/java/javase/21 /docs/api/java.base/java/lang/Deprecated.html#forRemoval()">Deprecated.since</a>
54+ * @see <a href="https://docs.oracle.com/en/java/javase/25 /docs/api/java.base/java/lang/Deprecated.html#forRemoval()">Deprecated.since</a>
5555 */
5656 private String since ;
5757
@@ -86,7 +86,7 @@ public Builder setDescription(final String description) {
8686 *
8787 * @param forRemoval whether this is subject to removal in a future version.
8888 * @return {@code this} instance.
89- * @see <a href="https://docs.oracle.com/en/java/javase/21 /docs/api/java.base/java/lang/Deprecated.html#forRemoval()">Deprecated.forRemoval</a>
89+ * @see <a href="https://docs.oracle.com/en/java/javase/25 /docs/api/java.base/java/lang/Deprecated.html#forRemoval()">Deprecated.forRemoval</a>
9090 */
9191 public Builder setForRemoval (final boolean forRemoval ) {
9292 this .forRemoval = forRemoval ;
You can’t perform that action at this time.
0 commit comments