提交 b43c32ec 编写于 作者: K kohsuke

removed a comment that was likely a C&P error.


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@1983 71c3de6d-444a-0410-be80-ed276b4c234a
上级 69779d0f
......@@ -202,8 +202,6 @@ public class Queue {
* Returns true if this queue contains the said project.
*/
public synchronized boolean contains(AbstractProject p) {
// if this project is already scheduled,
// don't do anything
if(blockedProjects.contains(p) || buildables.contains(p))
return true;
for (Item item : queue) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册