Skip to content

Commit

Permalink
Remove duplicated form control.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhafner committed Jan 9, 2024
1 parent 92949e5 commit 0494999
Show file tree
Hide file tree
Showing 3 changed files with 524 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ public void setQuiet(final boolean quiet) {
}

/**
* Returns whether SCM blaming should be disabled.
* Returns whether the SCM blaming should be disabled.
*
* @return {@code true} if SCM blaming should be disabled
*/
Expand All @@ -432,7 +432,7 @@ public void setBlameDisabled(final boolean blameDisabled) {
}

/**
* Returns whether SCM blaming should be disabled.
* Returns whether the SCM blaming should be disabled.
*
* @return {@code true} if SCM blaming should be disabled
*/
Expand Down
5 changes: 2 additions & 3 deletions plugin/src/main/resources/issues/scan-parameters.jelly
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,11 @@
</f:entry>
<s:scm/>

<i:hr title="${%Reading Affected Files}"/>

<f:entry field="skipPostProcessing">
<f:checkbox title="${%title.skipPostProcessing}" />
</f:entry>
<s:scm/>

<i:hr title="${%Reading Affected Files}"/>

<p:sourceConfig/>

Expand Down
Loading

0 comments on commit 0494999

Please sign in to comment.