提交 ed0a6157 编写于 作者: B Brian Moyles 提交者: Kohsuke Kawaguchi

getViews here could also probably drop synchronized

上级 d2699b48
......@@ -134,7 +134,7 @@ public class ListView extends View implements Saveable {
* This method returns a separate copy each time to avoid
* concurrent modification issue.
*/
public synchronized List<TopLevelItem> getItems() {
public List<TopLevelItem> getItems() {
SortedSet<String> names = new TreeSet<String>(jobNames);
if (includePattern != null) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册