You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2018/07/27 17:32:07 UTC

[GitHub] kl0u commented on issue #6437: [FLINK-9976][streaming] Remove unnecessary generic parameters

kl0u commented 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?

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services