You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by wtanaka <gi...@git.apache.org> on 2017/10/07 19:25:17 UTC

[GitHub] beam pull request #3960: Utilize some java 5 features

GitHub user wtanaka opened a pull request:

    https://github.com/apache/beam/pull/3960

    Utilize some java 5 features

    * Remove some unnecessary boxing/unboxing
    * Replace for loops with foreach

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

    $ git pull https://github.com/wtanaka/beam java5

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

    https://github.com/apache/beam/pull/3960.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 #3960
    
----
commit e8bc2bdc0577e64c59f80ed1ae42ea87dcf6b3e5
Author: wtanaka.com <wt...@users.noreply.github.com>
Date:   2017-10-07T19:22:45Z

    Utilize some java 5 features
    
    * Remove some unnecessary boxing/unboxing
    * Replace for loops with foreach

----


---