kl0u edited a comment on issue #6437: [FLINK-9976][streaming] Remove 
unnecessary generic parameters
URL: https://github.com/apache/flink/pull/6437#issuecomment-408487211
 
 
   I agree that the code looks nicer now, but essentially the only thing 
changed is that in the:
   ```
   if (!original.equals(casted)) {
        throw new RuntimeException();
   }
   ```
   now we throw the `RuntimeException`, right?
   
   Still the above compiles.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to