dcache
dcache copied to clipboard
Remove all remaining references of Guava's Files class.
trafficstars
Motivation: Closes #3808
Modification:
Removes the last instances of com.google.common.io.Files and replaces most of them with the JDK alternative. (Also required updating one or two guava classes, like the TreeTraverser)
Result:
The remaining references of Guava's Files class are removed and some small tweaks to reduce the usage of Guava were done.
Signed-off-by: Lukas Mansour [email protected]