Skip to content

Commit

Permalink
Fix a typo (netty#12241)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewvo148 authored Mar 28, 2022
1 parent 6a4dafc commit f235b37
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
package io.netty.util.concurrent;

/**
* The result of an scheduled asynchronous operation.
* The result of a scheduled asynchronous operation.
*/
@SuppressWarnings("ClassNameSameAsAncestorName")
public interface ScheduledFuture<V> extends Future<V>, java.util.concurrent.ScheduledFuture<V> {
Expand Down

0 comments on commit f235b37

Please sign in to comment.