[GitHub] commons-lang pull request #247: JUnit imports

2017-02-28 Thread asfgit
Github user asfgit closed the pull request at:

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


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


[GitHub] commons-lang pull request #247: JUnit imports

2017-02-28 Thread mureinik
GitHub user mureinik opened a pull request:

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

JUnit imports

The `junit.framework` package has been deprecated, and should no longer
be used.

This patch fixes the one remaining import from it to statically import
`org.junit.Assert.assertNull` instead.

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

$ git pull https://github.com/mureinik/commons-lang junit

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

https://github.com/apache/commons-lang/pull/247.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 #247


commit 1aaa66937f6c16e0b5055354ab2bd595d679e9ae
Author: Allon Mureinik 
Date:   2017-02-28T21:17:51Z

JUnit imports

The junit.framework package has been deprecated, and should no longer
be used.

This patch fixes the one remaining import from it to statically import
org.junit.Assert.assertNull instead.




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