提交 32e5e3d3 编写于 作者: K kohsuke

typo.


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@1836 71c3de6d-444a-0410-be80-ed276b4c234a
上级 38c41989
...@@ -386,7 +386,7 @@ public final class Hudson extends View implements ItemGroup<TopLevelItem>, Node ...@@ -386,7 +386,7 @@ public final class Hudson extends View implements ItemGroup<TopLevelItem>, Node
ItemGroup<?> parent = q.pop(); ItemGroup<?> parent = q.pop();
for (Item i : parent.getItems()) { for (Item i : parent.getItems()) {
if(type.isInstance(i)) if(type.isInstance(i))
r.add(type.cast(r)); r.add(type.cast(i));
if(i instanceof ItemGroup) if(i instanceof ItemGroup)
q.push((ItemGroup)i); q.push((ItemGroup)i);
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册