mirror of
https://github.com/ceph/ceph
synced 2024-12-17 00:46:05 +00:00
hadoop: remove deprecation warning
The routine cannot be fully removed yet because it still exists as an abstract function in FileSystem class. Signed-off-by: Noah Watkins <noahwatkins@gmail.com>
This commit is contained in:
parent
1c24fc7a93
commit
ccb08e21d7
@ -646,6 +646,7 @@ public class CephFileSystem extends FileSystem {
|
||||
return locations;
|
||||
}
|
||||
|
||||
@Deprecated
|
||||
public boolean delete(Path path) throws IOException {
|
||||
return delete(path, false);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user