提交 cb6a8e84 编写于 作者: J Jesse Glick

Follow-ups to #848.

上级 50cda8ca
......@@ -55,7 +55,9 @@ Upcoming changes</a>
<!-- Record your changes in the trunk here. -->
<div id="trunk" style="display:none"><!--=TRUNK-BEGIN=-->
<ul class=image>
<li class=>
<li class=rfe>
Improve search to locate items inside folders.
(<a href="https://github.com/jenkinsci/jenkins/pull/848">pull request 848</a>)
</ul>
</div><!--=TRUNK-END=-->
......
......@@ -90,10 +90,8 @@ public class SuggestedItem {
/**
* Given a SearchItem, builds a SuggestedItem hierarchy by looking up parent items (if applicable).
* This allows search results for items not contained within the same ItemGroup to be distinguished.
* @param si
* @return
* @since XXX
* This allows search results for items not contained within the same {@link ItemGroup} to be distinguished.
* @since 1.527
*/
public static SuggestedItem build(SearchItem si) {
if (si instanceof Item) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册