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:37 -07:00
parent c7c8e388a9
commit aa5d9256fb
2 changed files with 3 additions and 1 deletions

View File

@ -612,6 +612,9 @@ Release 2.6.0 - UNRELEASED
HADOOP-11111 MiniKDC to use locale EN_US for case conversions. (stevel)
HADOOP-10731. Remove @date JavaDoc comment in ProgramDriver class (Henry
Saputra via aw)
BUG FIXES
HADOOP-10781. Unportable getgrouplist() usage breaks FreeBSD (Dmitry

View File

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