fix typo (#8741)
Motivation: Correct typo Modification: Correct typo Result: JavaDoc and method name are more readable
This commit is contained in:
parent
0431368621
commit
57012dddb4
@ -813,7 +813,7 @@ public abstract class SingleThreadEventExecutor extends AbstractScheduledEventEx
|
||||
|
||||
/**
|
||||
* Returns the {@link ThreadProperties} of the {@link Thread} that powers the {@link SingleThreadEventExecutor}.
|
||||
* If the {@link SingleThreadEventExecutor} is not started yet, this operation will start it and block until the
|
||||
* If the {@link SingleThreadEventExecutor} is not started yet, this operation will start it and block until
|
||||
* it is fully started.
|
||||
*/
|
||||
public final ThreadProperties threadProperties() {
|
||||
|
@ -31,7 +31,7 @@ import java.util.concurrent.atomic.AtomicReference;
|
||||
public class SingleThreadEventExecutorTest {
|
||||
|
||||
@Test
|
||||
public void testWrappedExecutureIsShutdown() {
|
||||
public void testWrappedExecutorIsShutdown() {
|
||||
ExecutorService executorService = Executors.newSingleThreadExecutor();
|
||||
|
||||
SingleThreadEventExecutor executor = new SingleThreadEventExecutor(null, executorService, false) {
|
||||
|
Loading…
Reference in New Issue
Block a user