[ https://issues.apache.org/jira/browse/HADOOP-4940?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Enis Soztutar updated HADOOP-4940: ---------------------------------- Attachment: remove-fs-delete_v1.patch Attaching a patch which is a combination of 4779_20081218.patch and hadoop-4779-remaining_v1.patch at HADOOP-4779. > Remove delete(Path f) > --------------------- > > Key: HADOOP-4940 > URL: https://issues.apache.org/jira/browse/HADOOP-4940 > Project: Hadoop Core > Issue Type: Sub-task > Components: fs > Reporter: Tsz Wo (Nicholas), SZE > Assignee: Enis Soztutar > Attachments: remove-fs-delete_v1.patch > > > Remove the following: > {code} > /** Delete a file. */ > /** @deprecated Use delete(Path, boolean) instead */ @Deprecated > public abstract boolean delete(Path f) throws IOException; > {code} -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.