mirror of https://github.com/grpc/grpc-java.git
doc: remove irrelevant java doc
The class and method references in it were removed recently
This commit is contained in:
parent
0941cf94ea
commit
afb82b47fa
|
|
@ -224,9 +224,6 @@ public class ManagedChannelImplTest {
|
|||
assertEquals(executor.getPendingTasks() + " should be empty", 0, executor.numPendingTasks());
|
||||
}
|
||||
|
||||
/**
|
||||
* The counterpart of {@link ManagedChannelImplIdlenessTest#enterIdleModeAfterForceExit}.
|
||||
*/
|
||||
@Test
|
||||
@SuppressWarnings("unchecked")
|
||||
public void idleModeDisabled() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue