Skip to content

Commit

Permalink
[JENKINS-21636] Quickfix for Contional steps(multiple) plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
antoine-aumjaud committed Apr 3, 2015
1 parent 09d2348 commit 2eb46b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/hudson/plugins/fitnesse/FitnesseBuilder.java
Expand Up @@ -23,7 +23,6 @@

import net.sf.json.JSONObject;

import org.kohsuke.stapler.DataBoundConstructor;
import org.kohsuke.stapler.QueryParameter;
import org.kohsuke.stapler.StaplerRequest;

Expand Down Expand Up @@ -58,7 +57,8 @@ public class FitnesseBuilder extends Builder {

private Map<String, String> options;

@DataBoundConstructor
//@DataBoundConstructor
//TODO: implement the constructor the correct way as intended by newer plugins
public FitnesseBuilder(Map<String, String> options) {
// Use n,v pairs to ease future extension
this.options = options;
Expand Down

0 comments on commit 2eb46b5

Please sign in to comment.