Skip to content

Commit

Permalink
Clear reason before rendering config page (#303)
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulsom committed Jul 14, 2023
1 parent bd38b12 commit 7a79fc4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public JobLocalConfiguration(String changeReasonComment) {
}

public String getChangeReasonComment() {
return changeReasonComment;
return "";

Check warning on line 32 in src/main/java/hudson/plugins/jobConfigHistory/JobLocalConfiguration.java

View check run for this annotation

ci.jenkins.io / Code Coverage

Not covered line

Line 32 is not covered by tests
}

@Extension
Expand Down

0 comments on commit 7a79fc4

Please sign in to comment.