Remove redundant type specifiers
[openflowplugin.git] / openflowplugin-impl / src / test / java / org / opendaylight / openflowplugin / impl / statistics / services / AbstractSingleStatsServiceTest.java
index e1dd5f3ac315edfd48189ecd5ce03198abc367d2..d5693a9335ea2534fb53d7bdc7adac95a62f4cd9 100644 (file)
@@ -39,7 +39,7 @@ public abstract class AbstractSingleStatsServiceTest extends AbstractStatsServic
             return null;
         };
 
-        Mockito.when(rqContextStack.<Object>createRequestContext()).thenReturn(rqContext);
+        Mockito.when(rqContextStack.createRequestContext()).thenReturn(rqContext);
         Mockito.doAnswer(closeRequestFutureAnswer).when(multiMsgCollector).endCollecting(null);
     }
 }