Discussion:
[GitHub] commons-io pull request #66: Avoid Code Duplication: Reuse Sleep from Thread...
DaGeRe
2018-10-14 10:40:59 UTC
Permalink
GitHub user DaGeRe opened a pull request:

https://github.com/apache/commons-io/pull/66

Avoid Code Duplication: Reuse Sleep from ThreadMonitor

It makes no sense to duplicate code, like the sleep method, just to keep the interface private.

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

$ git pull https://github.com/DaGeRe/commons-io avoid_duplication

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

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

----
commit 428b6dafee3b548e3927b63b8f44884ee3f654a5
Author: David Georg Reichelt <***@...>
Date: 2018-10-14T10:37:47Z

Avoid Code Duplication: Reuse Sleep from ThreadMonitor

----


---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-***@commons.apache.org
For additional commands, e-mail: dev-***@commons.apache.org

Loading...