Skip to content

Commit

Permalink
[cleanup] Use import properly
Browse files Browse the repository at this point in the history
  • Loading branch information
hazendaz committed Dec 25, 2023
1 parent 5406e44 commit fb438dd
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
*/
package org.codehaus.mojo.spotbugs

import edu.umd.cs.findbugs.Version

import groovy.xml.slurpersupport.GPathResult
import groovy.xml.StreamingMarkupBuilder

Expand Down Expand Up @@ -146,7 +148,7 @@ class XDocsReporter {
* @return The Spotbugs Version used on the report.
*/
protected String getSpotBugsVersion() {
return edu.umd.cs.findbugs.Version.VERSION_STRING
return Version.VERSION_STRING
}

public void generateReport() {
Expand Down

0 comments on commit fb438dd

Please sign in to comment.