Skip to content

Commit

Permalink
Reword comment
Browse files Browse the repository at this point in the history
  • Loading branch information
res0nance committed May 18, 2021
1 parent 903602d commit 058a12e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ public void simpleInput() throws Exception {
"}");
}

// TODO: Remove once we move to a baseline of 2.90 or later
// TODO: Remove once we move to a baseline of 2.281 or later
private String trimParamOrEmpty() {
if (Jenkins.getVersion().isNewerThanOrEqualTo(new VersionNumber("2.281"))) {
return "";
Expand Down

0 comments on commit 058a12e

Please sign in to comment.