Skip to content

Commit b3d15dd

Browse files
committed
Fix Javadoc issue for JDKs <15
Relates backport of #68735 in c57546c.
1 parent 1384ae9 commit b3d15dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/main/java/org/elasticsearch/action/support/ListenableActionFuture.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public class ListenableActionFuture<T> extends AdapterActionFuture<T, T> {
2323
private boolean executedListeners = false;
2424

2525
/**
26-
* Registers an {@link ActionListener<T>} to be notified when this future is completed. If the future is already completed then the
26+
* Registers an {@link ActionListener} to be notified when this future is completed. If the future is already completed then the
2727
* listener is notified immediately, on the calling thread. If not, the listener is notified on the thread that completes the listener.
2828
*/
2929
@SuppressWarnings("unchecked,rawtypes")

0 commit comments

Comments
 (0)