提交 72e0942f 编写于 作者: M mindless

oops, fix typo in r23393


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@23399 71c3de6d-444a-0410-be80-ed276b4c234a
上级 d9a713d2
......@@ -1080,7 +1080,7 @@ public class Functions {
if (url.endsWith("/")) url = url.substring(0, url.length() - 1);
if (href.endsWith("/")) href = href.substring(0, href.length() - 1);
return url.endsWith(href));
return url.endsWith(href);
}
public <T> List<T> singletonList(T t) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册