GitHub user PascalSchumacher opened a pull request:

    https://github.com/apache/commons-lang/pull/84

    @SuppressWarnings("deprecation") to joinWith, because it uses the

    deprecated ObjectUtils.toString(Object) method (which is o.k. to use as
    long as commons-lang3 does not require java 7 or greater)

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

    $ git pull https://github.com/PascalSchumacher/commons-lang 
supress_compiler_warning

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

    https://github.com/apache/commons-lang/pull/84.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 #84
    
----
commit 823d2a0b957393f200fb33a87caff13fc231a78c
Author: Pascal Schumacher <[email protected]>
Date:   2015-05-05T21:38:35Z

    @SuppressWarnings("deprecation") to joinWith, because it uses the
    deprecated ObjectUtils.toString(Object) method (which is o.k. to use as
    long as commons-lang3 does not require java 7 or greater)

----


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

Reply via email to