doc: remove irrelevant java doc

The class and method references in it were removed recently
This commit is contained in:
Łukasz Strzałkowski 2017-03-02 22:02:48 -08:00 committed by Carl Mastrangelo
parent 0941cf94ea
commit afb82b47fa
1 changed files with 0 additions and 3 deletions

View File

@ -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() {