Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
gboissinot committed Sep 26, 2011
1 parent 90d0650 commit 7875fe8
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -114,7 +114,7 @@ public String getDisplayName() {
@Override
public EnvInjectBuilder newInstance(StaplerRequest req, JSONObject formData) throws FormException {
EnvInjectBuilder envInjectBuilder = new EnvInjectBuilder();
EnvInjectInfo info = req.bindParameters(EnvInjectInfo.class, "envInjectInfoBuilder.");
EnvInjectInfo info = new EnvInjectInfo(formData.getString("propertiesFilePath"), formData.getString("propertiesContent"), false);
envInjectBuilder.setInfo(info);
return envInjectBuilder;
}
Expand Down

0 comments on commit 7875fe8

Please sign in to comment.