Skip to content

Commit

Permalink
[cleanup] Remove injected resource bundle as not used that way
Browse files Browse the repository at this point in the history
  • Loading branch information
hazendaz committed Oct 21, 2024
1 parent 363efbd commit b1bd51b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/main/groovy/org/codehaus/mojo/spotbugs/SpotBugsGui.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,6 @@ class SpotBugsGui extends AbstractMojo implements SpotBugsPluginsTrait {
@Parameter (defaultValue = '${session}', required = true, readonly = true)
MavenSession session

/** Resource bundle for a specific locale. */
@Parameter(readonly = true)
ResourceBundle bundle

/** Specifies the directory where the Spotbugs native xml output will be generated. */
@Parameter(defaultValue = '${project.build.directory}', required = true)
File spotbugsXmlOutputDirectory
Expand Down

0 comments on commit b1bd51b

Please sign in to comment.