Skip to content

Commit b1bd51b

Browse files
committed
[cleanup] Remove injected resource bundle as not used that way
1 parent 363efbd commit b1bd51b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/main/groovy/org/codehaus/mojo/spotbugs/SpotBugsGui.groovy

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,6 @@ class SpotBugsGui extends AbstractMojo implements SpotBugsPluginsTrait {
8484
@Parameter (defaultValue = '${session}', required = true, readonly = true)
8585
MavenSession session
8686

87-
/** Resource bundle for a specific locale. */
88-
@Parameter(readonly = true)
89-
ResourceBundle bundle
90-
9187
/** Specifies the directory where the Spotbugs native xml output will be generated. */
9288
@Parameter(defaultValue = '${project.build.directory}', required = true)
9389
File spotbugsXmlOutputDirectory

0 commit comments

Comments
 (0)