hudson.plugins.findbugs.Dummy Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of library Show documentation
Show all versions of library Show documentation
FindBugs Plug-in shaded libraries
package hudson.plugins.findbugs;
/**
* This class is here to make Sonatype release work without manual steps.
* @author Bob Foster
*/
public class Dummy {
public void dummy() {
}
}