Skip to content

Commit 6e4c7cc

Browse files
timjagithub-actions[bot]
authored andcommitted
Fill in since annotations
1 parent 4fdc1b3 commit 6e4c7cc

7 files changed

Lines changed: 8 additions & 8 deletions

core/src/main/java/hudson/security/BasicPasswordComplexityRule.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
* Built-in {@link PasswordComplexityRule} that checks minimum length
3636
* and character type requirements.
3737
*
38-
* @since TODO
38+
* @since 2.572
3939
*/
4040
public class BasicPasswordComplexityRule extends PasswordComplexityRule {
4141

core/src/main/java/hudson/security/HudsonPrivateSecurityRealm.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,15 +180,15 @@ public boolean isEnableCaptcha() {
180180
}
181181

182182
/**
183-
* @since TODO
183+
* @since 2.572
184184
*/
185185
@Restricted(NoExternalUse.class)
186186
public PasswordComplexityRule getPasswordComplexityRule() {
187187
return passwordComplexityRule;
188188
}
189189

190190
/**
191-
* @since TODO
191+
* @since 2.572
192192
*/
193193
@DataBoundSetter
194194
public void setPasswordComplexityRule(PasswordComplexityRule passwordComplexityRule) {

core/src/main/java/hudson/security/NonePasswordComplexityRule.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
/**
3333
* A {@link PasswordComplexityRule} that accepts any password.
3434
*
35-
* @since TODO
35+
* @since 2.572
3636
*/
3737
public class NonePasswordComplexityRule extends PasswordComplexityRule {
3838

core/src/main/java/hudson/security/PasswordComplexityException.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
* Thrown by {@link PasswordComplexityRule#validate(String)} when a password
2929
* does not meet the configured complexity requirements.
3030
*
31-
* @since TODO
31+
* @since 2.572
3232
*/
3333
public class PasswordComplexityException extends Exception {
3434
public PasswordComplexityException(String message) {

core/src/main/java/hudson/security/PasswordComplexityRule.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
* and password changes. Each implementation can have an optional {@code config.jelly}
4040
* to configure its validation rules.
4141
*
42-
* @since TODO
42+
* @since 2.572
4343
*/
4444
public abstract class PasswordComplexityRule implements Describable<PasswordComplexityRule>, ExtensionPoint {
4545

core/src/main/java/hudson/security/PasswordComplexityRuleDescriptor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
/**
3030
* {@link Descriptor} for {@link PasswordComplexityRule}.
3131
*
32-
* @since TODO
32+
* @since 2.572
3333
*/
3434
public abstract class PasswordComplexityRuleDescriptor extends Descriptor<PasswordComplexityRule> {
3535
}

core/src/main/java/jenkins/security/XstreamSafeObjectField.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
* @see <a href="https://www.jenkins.io/security/issue/SECURITY-3707/">SECURITY-3707</a>
4747
* @see <a href="https://jenkins.io/jep/200">JEP-200: Switch Remoting/XStream denylist to an allowlist</a>
4848
*
49-
* @since TODO
49+
* @since 2.572
5050
*/
5151
@Documented
5252
@Retention(RetentionPolicy.RUNTIME)

0 commit comments

Comments
 (0)