Skip to content

Commit 4471b31

Browse files
github-actions[bot]timjaMarkEWaite
authored
Fill in since annotations (jenkinsci#25923)
Co-authored-by: timja <21194782+timja@users.noreply.github.com> Co-authored-by: Mark Waite <mark.earl.waite@gmail.com>
1 parent bcd2476 commit 4471b31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/src/main/java/hudson/model/BuildAuthorizationToken.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ public BuildAuthorizationToken(String token) {
7373
}
7474

7575
/**
76-
* @since TODO
76+
* @since 2.541
7777
*/
7878
public BuildAuthorizationToken(Secret token) {
7979
this.token = token;
@@ -143,7 +143,7 @@ public String getToken() {
143143
}
144144

145145
/**
146-
* @since TODO
146+
* @since 2.541
147147
*/
148148
public Secret getEncryptedToken() {
149149
return token;

0 commit comments

Comments
 (0)