提交 e84ab694 编写于 作者: T tfennelly

Small updates based on jglick comments

上级 2c6bc734
......@@ -84,7 +84,7 @@ public class ExtensionList<T> extends AbstractList<T> {
@CopyOnWrite
private volatile List<ExtensionComponent<T>> extensions;
private List<ExtensionListListener> listeners = new CopyOnWriteArrayList<ExtensionListListener>();
private final List<ExtensionListListener> listeners = new CopyOnWriteArrayList<ExtensionListListener>();
/**
* Place to store manually registered instances with the per-Hudson scope.
......
......@@ -27,6 +27,7 @@ package hudson;
* {@link ExtensionList} listener.
*
* @author <a href="mailto:tom.fennelly@gmail.com">tom.fennelly@gmail.com</a>
* @since TODO
*/
public abstract class ExtensionListListener {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册