提交 f79ee543 编写于 作者: S Seiji Sogabe

fix compilation error.

上级 af48bf57
......@@ -367,7 +367,7 @@ public abstract class Node extends AbstractModelObject implements Reconfigurable
return getACL().hasPermission(permission);
}
public Node reconfigure(StaplerRequest req, JSONObject form) throws FormException {
public Node reconfigure(final 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.
先完成此消息的编辑!
想要评论请 注册