Github user galen-pivotal commented on a diff in the pull request:

    https://github.com/apache/geode/pull/646#discussion_r128678905
  
    --- Diff: 
geode-protobuf/src/test/java/org/apache/geode/protocol/protobuf/operations/GetRequestOperationHandlerJUnitTest.java
 ---
    @@ -144,21 +138,22 @@ public void 
processReturnsErrorWhenUnableToDecodeRequest()
         when(serializationServiceStub.decode(BasicTypes.EncodingType.STRING,
             TEST_KEY.getBytes(Charset.forName("UTF-8")))).thenThrow(exception);
     
    -    ClientProtocol.Request getRequest = generateTestRequest(false, false, 
false);
    -    ClientProtocol.Response response = (ClientProtocol.Response) 
operationHandler
    --- End diff --
    
    👍  getting rid of typecasts.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to