提交 49d084ba 编写于 作者: K Kohsuke Kawaguchi

forgot to increment

上级 bc7c61e2
......@@ -364,7 +364,7 @@ public class JDKInstaller extends ToolInstaller {
throw new AbortException("Unable to install JDK unless a valid username/password is provided.");
}
if (totalPageCount>16) // looping too much
if (totalPageCount++>16) // looping too much
throw new IOException("Unable to find the login form in "+html.asXml());
try {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册