xds: Remove unnecessary SuppressWarnings("unchecked")

This commit is contained in:
Eric Anderson 2022-05-02 08:24:58 -07:00
parent f3378c8876
commit 0431aee1ac
1 changed files with 0 additions and 3 deletions

View File

@ -175,7 +175,6 @@ public class OrcaOobUtilTest {
}
@Before
@SuppressWarnings("unchecked")
public void setUp() throws Exception {
MockitoAnnotations.initMocks(this);
@ -223,7 +222,6 @@ public class OrcaOobUtilTest {
}
@Test
@SuppressWarnings("unchecked")
public void singlePolicyTypicalWorkflow() {
setOrcaReportConfig(orcaHelperWrapper, SHORT_INTERVAL_CONFIG);
verify(origHelper, atLeast(0)).getSynchronizationContext();
@ -391,7 +389,6 @@ public class OrcaOobUtilTest {
}
@Test
@SuppressWarnings("unchecked")
public void orcReportingDisabledWhenServiceNotImplemented() {
setOrcaReportConfig(orcaHelperWrapper, SHORT_INTERVAL_CONFIG);
createSubchannel(orcaHelperWrapper.asHelper(), 0, Attributes.EMPTY);