aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples
diff options
context:
space:
mode:
authorGravatar tomlu <tomlu@google.com>2017-12-21 15:07:51 -0800
committerGravatar Copybara-Service <copybara-piper@google.com>2017-12-21 15:10:13 -0800
commit6a54339bb943702bd7dffc43f85267dac98dc355 (patch)
treea8c66b38c64d3f67833b83cd7a814231ae920069 /examples
parent9ccafc68eff8485f7abedf35e6130d564f5c118e (diff)
Call through to Path#createDirectoryAndParents from FileUtils.
This CL removes a method that due to its implementation causes threading difficulties for Path#createDirectory. The tests for the method are brought across to FileSystemTests since the methods are now implemented natively by the FileSystem classes. The tests were also cleaned up. The test revealed an edge case bug in JavaIoFileSystem, so fix this. In two cases some code was using the return value from the old method. Returning "false" essentially means that the directory already existed, and the code doesn't look racy, so we can replace it with an existence check. PiperOrigin-RevId: 179864042
Diffstat (limited to 'examples')
0 files changed, 0 insertions, 0 deletions