You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by bvahdat <gi...@git.apache.org> on 2018/08/29 16:09:39 UTC

[GitHub] camel pull request #2501: better make use of Enum#name and Enum#valueof APIs

GitHub user bvahdat opened a pull request:

    https://github.com/apache/camel/pull/2501

    better make use of Enum#name and Enum#valueof APIs

    @punkhorn would you please take a look at this change? thanks.

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

    $ git pull https://github.com/bvahdat/camel master

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

    https://github.com/apache/camel/pull/2501.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 #2501
    
----
commit a89b191a7778ae890cdc948a6f7923c1ab29a364
Author: Babak Vahdat <bv...@...>
Date:   2018-08-29T16:05:33Z

    better make use of Enum#name and Enum#valueof APIs

----


---