Skip to content

Commit fe212ca

Browse files
author
Xing Lin
committed
Removed a comment.
1 parent 6c222a4 commit fe212ca

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs

hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/Trash.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@ public static boolean moveToAppropriateTrash(FileSystem fs, Path p,
113113
*/
114114
if (conf.getBoolean(CONFIG_VIEWFS_TRASH_FORCE_INSIDE_MOUNT_POINT,
115115
CONFIG_VIEWFS_TRASH_FORCE_INSIDE_MOUNT_POINT_DEFAULT)) {
116-
//TODO: Create a new FS object, to ensure the latest conf is used.
117116
Trash trash = new Trash(fs, conf);
118117
return trash.moveToTrash(p);
119118
}

0 commit comments

Comments
 (0)