Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarsten Thoms2017-06-13 08:29:00 +0000
committerKarsten Thoms2017-06-13 08:29:00 +0000
commit1068b07d21a336208ee3bfa6e7f3186a9af66d53 (patch)
tree21c81abdbec36c9c585fdc5a4296a1a33616ff65
parent0430d1aafb7733c7ffef0a4678bbc5ca88c2e21d (diff)
downloadrt.equinox.bundles-1068b07d21a336208ee3bfa6e7f3186a9af66d53.tar.gz
rt.equinox.bundles-1068b07d21a336208ee3bfa6e7f3186a9af66d53.tar.xz
rt.equinox.bundles-1068b07d21a336208ee3bfa6e7f3186a9af66d53.zip
Change-Id: I64400906e3b56fc741df16504691b2b67fd46d8b Signed-off-by: Karsten Thoms <karsten.thoms@itemis.de>
-rw-r--r--bundles/org.eclipse.equinox.common/src/org/eclipse/core/runtime/ListenerList.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/bundles/org.eclipse.equinox.common/src/org/eclipse/core/runtime/ListenerList.java b/bundles/org.eclipse.equinox.common/src/org/eclipse/core/runtime/ListenerList.java
index 5cb994256..32a2e8d0c 100644
--- a/bundles/org.eclipse.equinox.common/src/org/eclipse/core/runtime/ListenerList.java
+++ b/bundles/org.eclipse.equinox.common/src/org/eclipse/core/runtime/ListenerList.java
@@ -256,6 +256,7 @@ public class ListenerList<E> implements Iterable<E> {
* The spliterator reports Spliterator.SIZED, Spliterator.SUBSIZED, Spliterator.ORDERED, and Spliterator.IMMUTABLE
*
* @return a spliterator for listeners
+ * @since org.eclipse.equinox.common 3.9
*/
@Override
@SuppressWarnings("unchecked")

Back to the top