提交 2ae9e56b 编写于 作者: K Kohsuke Kawaguchi 提交者: Stephen Connolly

crap, merge error

上级 2960207c
......@@ -367,7 +367,7 @@ public abstract class Node extends AbstractModelObject implements Reconfigurable
return getACL().hasPermission(permission);
}
public Node reconfigure(final StaplerRequest req, JSONObject form) throws FormException {
public Node reconfigure(StaplerRequest req, JSONObject form) throws FormException {
if (form==null) return null;
final JSONObject jsonForProperties = form.optJSONObject("nodeProperties");
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册