From b1bd51bbc4ce586ded0a2f819568a78237c855c9 Mon Sep 17 00:00:00 2001 From: Jeremy Landis Date: Sun, 20 Oct 2024 21:29:38 -0400 Subject: [PATCH] [cleanup] Remove injected resource bundle as not used that way --- src/main/groovy/org/codehaus/mojo/spotbugs/SpotBugsGui.groovy | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/main/groovy/org/codehaus/mojo/spotbugs/SpotBugsGui.groovy b/src/main/groovy/org/codehaus/mojo/spotbugs/SpotBugsGui.groovy index d51f3926..1cd250f9 100644 --- a/src/main/groovy/org/codehaus/mojo/spotbugs/SpotBugsGui.groovy +++ b/src/main/groovy/org/codehaus/mojo/spotbugs/SpotBugsGui.groovy @@ -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