You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Tsz Wo (Nicholas), SZE (JIRA)" <ji...@apache.org> on 2009/01/08 00:44:44 UTC

[jira] Commented: (HADOOP-4940) Remove delete(Path f)

    [ https://issues.apache.org/jira/browse/HADOOP-4940?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12661780#action_12661780 ] 

Tsz Wo (Nicholas), SZE commented on HADOOP-4940:
------------------------------------------------

Enis, the patch cannot be applied, could you update it?

> 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
>    Affects Versions: 0.21.0
>            Reporter: Tsz Wo (Nicholas), SZE
>            Assignee: Enis Soztutar
>             Fix For: 0.21.0
>
>         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.