Skip to content

Commit

Permalink
[JENKINS-31458] Noting places where jenkinsci/jenkins#1936 might allo…
Browse files Browse the repository at this point in the history
…w for simplifications.

Originally-Committed-As: 393aa3abca8e6fa974e4ae02ce30e96ab8f4c7c6
  • Loading branch information
jglick committed Nov 30, 2015
1 parent b3bcc9d commit f3a40cf
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -127,7 +127,7 @@ public DescriptorImpl() {

@Override public Step newInstance(StaplerRequest req, JSONObject formData) throws FormException {
// A modified version of RequestImpl.TypePair.convertJSON.
// Works around the fact that Stapler does not call back into Descriptor.newInstance for nested objects.
// TODO JENKINS-31458 Works around the fact that Stapler does not call back into Descriptor.newInstance for nested objects.
List<JobProperty> properties = new ArrayList<JobProperty>();
ClassLoader cl = req.getStapler().getWebApp().getClassLoader();
@SuppressWarnings("unchecked") Set<Map.Entry<String,Object>> entrySet = formData.getJSONObject("propertiesMap").entrySet();
Expand Down

0 comments on commit f3a40cf

Please sign in to comment.