You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Sibao Hong (JIRA)" <ji...@apache.org> on 2015/03/23 17:23:11 UTC

[jira] [Created] (FLINK-1774) Remove the redundant code in try{} block

Sibao Hong created FLINK-1774:
---------------------------------

             Summary: Remove the redundant code in try{} block
                 Key: FLINK-1774
                 URL: https://issues.apache.org/jira/browse/FLINK-1774
             Project: Flink
          Issue Type: Improvement
            Reporter: Sibao Hong
            Priority: Minor


Remove the redundant code of "fos.close(); fos = null;" in try block because the fos,close() code will always executes in finally block.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)