提交 c504112a 编写于 作者: H huybrechts

fix compile error by adding FormException to throws clause

git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@20712 71c3de6d-444a-0410-be80-ed276b4c234a
上级 7f8828e2
......@@ -475,7 +475,7 @@ public abstract class AbstractProject<P extends AbstractProject<P,R>,R extends A
}
@Override
public void doConfigSubmit( StaplerRequest req, StaplerResponse rsp ) throws IOException, ServletException {
public void doConfigSubmit( StaplerRequest req, StaplerResponse rsp ) throws IOException, ServletException, FormException {
super.doConfigSubmit(req,rsp);
Set<AbstractProject> upstream = Collections.emptySet();
......
......@@ -71,8 +71,6 @@ import java.util.concurrent.atomic.AtomicInteger;
import java.util.logging.Level;
import java.util.logging.Logger;
import sun.security.validator.ValidatorException;
/**
* Controls update center capability.
*
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册