[
https://issues.apache.org/jira/browse/HADOOP-4940?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12662095#action_12662095
]
Tsz Wo (Nicholas), SZE commented on HADOOP-4940:
------------------------------------------------
{noformat}
[exec] +1 overall.
[exec]
[exec] +1 @author. The patch does not contain any @author tags.
[exec]
[exec] +1 tests included. The patch appears to include 21 new or
modified tests.
[exec]
[exec] +1 javadoc. The javadoc tool did not generate any warning
messages.
[exec]
[exec] +1 javac. The applied patch does not increase the total number
of javac compiler warnings.
[exec]
[exec] +1 findbugs. The patch does not introduce any new Findbugs
warnings.
[exec]
[exec] +1 Eclipse classpath. The patch retains Eclipse classpath
integrity.
{noformat}
> 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-fs-delete_v2.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.