Skip to content

Commit

Permalink
Fix Javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
jglick committed Aug 13, 2024
1 parent da24495 commit ce317ed
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ public final class ScriptApproval extends GlobalConfiguration implements RootAct
* This flag restores the previous behavior when set to {@code true}.
* </p>
*
* @link <a href="https://github.com/jenkinsci/script-security-plugin/releases/tag/1172.v35f6a_0b_8207e">1172.v35f6a_0b_8207e changelog</a>
* @see <a href="https://github.com/jenkinsci/script-security-plugin/releases/tag/1172.v35f6a_0b_8207e">1172.v35f6a_0b_8207e changelog</a>
*/
@SuppressFBWarnings(value = "MS_SHOULD_BE_FINAL", justification = "for script console")
public static /* non-final */ boolean ADMIN_AUTO_APPROVAL_ENABLED =
Expand All @@ -113,7 +113,7 @@ public final class ScriptApproval extends GlobalConfiguration implements RootAct
* This flag restores the previous behavior when set to {@code true}.
* </p>
*
* @link <a href="https://github.com/jenkinsci/script-security-plugin/releases/tag/1265.va_fb_290b_4b_d34">1265.va_fb_290b_4b_d34 changelog</a>
* @see <a href="https://github.com/jenkinsci/script-security-plugin/releases/tag/1265.va_fb_290b_4b_d34">1265.va_fb_290b_4b_d34 changelog</a>
*/
@SuppressFBWarnings(value = "MS_SHOULD_BE_FINAL", justification = "for script console")
public static /* non-final */ boolean ALLOW_ADMIN_APPROVAL_ENABLED =
Expand Down

0 comments on commit ce317ed

Please sign in to comment.