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

Commit

Permalink
[JENKINS-12075] Make flattening of configuration data protected.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhafner committed Dec 12, 2011
1 parent 8ccf205 commit aabd838
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -38,7 +38,7 @@ public abstract class PluginDescriptor extends BuildStepDescriptor<Publisher> {
* @return the flat structure
*/
@edu.umd.cs.findbugs.annotations.SuppressWarnings("WMI")
static JSONObject convertHierarchicalFormData(final JSONObject hierarchical) {
protected static JSONObject convertHierarchicalFormData(final JSONObject hierarchical) {
if (hierarchical.containsKey(NEW_SECTION_KEY)) {
JSONObject newSection = hierarchical.getJSONObject(NEW_SECTION_KEY);

Expand Down

0 comments on commit aabd838

Please sign in to comment.