HADOOP-10731. Remove @date JavaDoc comment in ProgramDriver class (Henry Saputra via aw)

This commit is contained in:
Allen Wittenauer 2014-09-26 14:41:53 -07:00
parent 67d6fc3f01
commit f894d187ed
2 changed files with 3 additions and 1 deletions

View File

@ -215,6 +215,9 @@ Release 2.6.0 - UNRELEASED
HADOOP-10954. Adding site documents of hadoop-tools (Masatake Iwasaki HADOOP-10954. Adding site documents of hadoop-tools (Masatake Iwasaki
via aw) via aw)
HADOOP-10731. Remove @date JavaDoc comment in ProgramDriver class (Henry
Saputra via aw)
OPTIMIZATIONS OPTIMIZATIONS
HADOOP-10838. Byte array native checksumming. (James Thomas via todd) HADOOP-10838. Byte array native checksumming. (James Thomas via todd)

View File

@ -35,7 +35,6 @@ public class ProgramDriver {
/** /**
* A description of a program based on its class and a * A description of a program based on its class and a
* human-readable description. * human-readable description.
* @date april 2006
*/ */
Map<String, ProgramDescription> programs; Map<String, ProgramDescription> programs;