HADOOP-12193. Rename Touchz.java to Touch.java.

This commit is contained in:
Andrew Wang 2015-07-07 11:12:29 -07:00
parent 7e2fe8c9f2
commit aa96a8c0c5
2 changed files with 3 additions and 1 deletions

View File

@ -684,6 +684,8 @@ Release 2.8.0 - UNRELEASED
HADOOP-11974. Fix FIONREAD #include on Solaris (Alan Burlison via Colin P.
McCabe)
HADOOP-12193. Rename Touchz.java to Touch.java. (wang)
OPTIMIZATIONS
HADOOP-11785. Reduce the number of listStatus operation in distcp

View File

@ -28,7 +28,7 @@ import org.apache.hadoop.fs.PathIsDirectoryException;
import org.apache.hadoop.fs.PathNotFoundException;
/**
* Unix touch like commands
* Unix touch like commands
*/
@InterfaceAudience.Private
@InterfaceStability.Unstable