Skip to content

Commit

Permalink
[FIXED JENKINS-19168] Does not make much sense to put @DataBoundConst…
Browse files Browse the repository at this point in the history
…ructor on an abstract class.

(Stapler 1.218 rejects it, I think correctly.)
(cherry picked from commit 44b1a4a)
  • Loading branch information
jglick authored and olivergondza committed Sep 13, 2013
1 parent fdbcfda commit a12bb65
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions core/src/main/java/hudson/tools/DownloadFromUrlInstaller.java
Expand Up @@ -5,7 +5,6 @@
import hudson.model.Node;
import hudson.model.TaskListener;
import net.sf.json.JSONObject;
import org.kohsuke.stapler.DataBoundConstructor;

import java.io.IOException;
import java.util.Arrays;
Expand All @@ -26,7 +25,6 @@
public abstract class DownloadFromUrlInstaller extends ToolInstaller {
public final String id;

@DataBoundConstructor
protected DownloadFromUrlInstaller(String id) {
// this installer implementation is designed for platform independent binary,
// and as such we don't provide the label support
Expand Down

0 comments on commit a12bb65

Please sign in to comment.