GitHub user akashsethi24 opened a pull request:
https://github.com/apache/kafka/pull/2435
Replaced for with foreach and replace if ,else if, else condition with
match
In some Places for the loop was used but it can be replaced by the for each.
In One file if else if else was used so I replaced the same with match.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/akashsethi24/kafka trunk
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/kafka/pull/2435.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 #2435
----
commit e02efe804ab8d52e57ee32aa27b8835074ae9e84
Author: Akash Sethi <[email protected]>
Date: 2017-01-26T04:48:14Z
replace for with foreach and replace if else if with match
----
---
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 [email protected] or file a JIRA ticket
with INFRA.
---