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:
Noah Watkins 2011-11-02 12:28:03 -07:00
parent 1c24fc7a93
commit ccb08e21d7

View File

@ -646,6 +646,7 @@ public class CephFileSystem extends FileSystem {
return locations;
}
@Deprecated
public boolean delete(Path path) throws IOException {
return delete(path, false);
}