提交 2a094b30 编写于 作者: K kohsuke

indentation fix

git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@13205 71c3de6d-444a-0410-be80-ed276b4c234a
上级 ed38712e
......@@ -161,7 +161,7 @@ public abstract class Project<P extends Project<P,B>,B extends Build<P,B>>
super.submit(req,rsp);
req.setCharacterEncoding("UTF-8");
JSONObject json = req.getSubmittedForm();
JSONObject json = req.getSubmittedForm();
buildWrappers.rebuild(req,json, BuildWrappers.getFor(this), "wrapper");
builders.rebuildHetero(req,json, BuildStep.BUILDERS, "builder");
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册