HADOOP-10731. Remove @date JavaDoc comment in ProgramDriver class (Henry Saputra via aw)
This commit is contained in:
parent
c7c8e388a9
commit
aa5d9256fb
|
@ -612,6 +612,9 @@ Release 2.6.0 - UNRELEASED
|
||||||
|
|
||||||
HADOOP-11111 MiniKDC to use locale EN_US for case conversions. (stevel)
|
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
|
BUG FIXES
|
||||||
|
|
||||||
HADOOP-10781. Unportable getgrouplist() usage breaks FreeBSD (Dmitry
|
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
|
* 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;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue