HADOOP-10320. Merging change r1563237 from trunk to branch-2.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1563245 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d58cd5d2d0
commit
6cda3a7f97
|
@ -22,6 +22,7 @@ import java.lang.annotation.Documented;
|
||||||
/**
|
/**
|
||||||
* Annotation to inform users of how much to rely on a particular package,
|
* Annotation to inform users of how much to rely on a particular package,
|
||||||
* class or method not changing over time.
|
* class or method not changing over time.
|
||||||
|
* </ul>
|
||||||
*/
|
*/
|
||||||
@InterfaceAudience.Public
|
@InterfaceAudience.Public
|
||||||
@InterfaceStability.Evolving
|
@InterfaceStability.Evolving
|
||||||
|
|
|
@ -18,6 +18,9 @@ Release 2.4.0 - UNRELEASED
|
||||||
|
|
||||||
BUG FIXES
|
BUG FIXES
|
||||||
|
|
||||||
|
HADOOP-10320. Javadoc in InterfaceStability.java lacks final </ul>.
|
||||||
|
(René Nyffenegger via cnauroth)
|
||||||
|
|
||||||
Release 2.3.0 - UNRELEASED
|
Release 2.3.0 - UNRELEASED
|
||||||
|
|
||||||
INCOMPATIBLE CHANGES
|
INCOMPATIBLE CHANGES
|
||||||
|
|
Loading…
Reference in New Issue