GitHub user mjp94 opened a pull request:
https://github.com/apache/commons-io/pull/50
Update DefaultFileComparator.java
Class was open to make instance of it. Make it's constructor as private to
restrict that access as well
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/mjp94/commons-io patch-1
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/commons-io/pull/50.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 #50
commit a8cfa78c56835a93c504e649843aeb8af76a911c
Author: Manan Prajapati
Date: 2017-12-08T07:52:08Z
Update DefaultFileComparator.java
Class was open to make instance of it. Make it's constructor as private to
restrict that access as well
---
-
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org