Skip to content

Commit

Permalink
Merge pull request #719 from hazendaz/master
Browse files Browse the repository at this point in the history
[cleanup] Use import properly
  • Loading branch information
hazendaz authored Dec 25, 2023
2 parents 5406e44 + fb438dd commit ee5019a
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 ee5019a

Please sign in to comment.