diff options
author | Andrey Loskutov <loskutov@gmx.de> | 2015-09-09 23:13:34 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2015-09-27 03:14:06 +0200 |
commit | d35245e906c0a1dcbd50173150ea1eb0697ce71c (patch) | |
tree | 102ec5ae5db8029c219df441880eca0614db824d /org.eclipse.jgit.http.server | |
parent | 41a972cd1efe22ba65b4dfdd2fcaad8af18a522c (diff) | |
download | jgit-d35245e906c0a1dcbd50173150ea1eb0697ce71c.tar.gz jgit-d35245e906c0a1dcbd50173150ea1eb0697ce71c.zip |
Deprecate FileUtil and move the code to FileUtils
As discussed on https://git.eclipse.org/r/53836 it does not make sense
to have two similar utility classes in same package with intersecting
functionality. To not break the API, all methods from FileUtil are
copied to FileUtils, all FileUtil API is made deprecated and redirecting
now to FileUtils. Moved simple methods which are available in Java 7 API
are made package private and can be removed at any point later entirely
(right now they are in use).
Bug: 475070
Change-Id: Idffcf9840496c448173af7c052d8898ada68e27b
Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.http.server')
0 files changed, 0 insertions, 0 deletions