@@ -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
@@ -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;