GitHub user hsaputra opened a pull request:

    https://github.com/apache/flink/pull/1485

    [Refactor] [Cleanup] Change bunch of if-else conditions with swith commands

    Change bunch of if-else conditions with swith command to describe better 
readability and intent.
    
    Switch statement shows intent to have different possible execution based on 
one value, in this case the "action" variable.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/hsaputra/flink change_if_to_switch_clifrontend

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/flink/pull/1485.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1485
    
----
commit 71759fc878d984577ff87138f147cf3f55f8658b
Author: Henry Saputra <hsapu...@apache.org>
Date:   2016-01-05T21:45:14Z

    Change bunch of if-else conditions with swith command to describe better 
readibility and intent.

----


---
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