Skip to content
This repository has been archived by the owner on Apr 6, 2022. It is now read-only.

Commit

Permalink
[FIXED JENKINS-12075] Removed newInstance compatibility methods.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhafner committed Dec 13, 2011
1 parent cd2fafc commit ddbd505
Showing 1 changed file with 0 additions and 10 deletions.
@@ -1,11 +1,7 @@
package hudson.plugins.findbugs;

import hudson.Extension;
import hudson.maven.MavenReporter;
import hudson.plugins.analysis.core.ReporterDescriptor;
import net.sf.json.JSONObject;

import org.kohsuke.stapler.StaplerRequest;


/**
Expand All @@ -22,10 +18,4 @@ public class FindBugsReporterDescriptor extends ReporterDescriptor {
public FindBugsReporterDescriptor() {
super(FindBugsReporter.class, new FindBugsDescriptor());
}

/** {@inheritDoc} */
@Override
public MavenReporter newInstance(final StaplerRequest request, final JSONObject formData) throws FormException {
return request.bindJSON(FindBugsReporter.class, formData);
}
}

0 comments on commit ddbd505

Please sign in to comment.