HADOOP-10320. Javadoc in InterfaceStability.java lacks final </ul>. Contributed by René Nyffenegger.

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1563237 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Chris Nauroth 2014-01-31 20:05:53 +00:00
parent 1e44917888
commit 22c7344e82
2 changed files with 4 additions and 0 deletions

View File

@ -33,6 +33,7 @@
* <li>Classes that are {@link Private} are to be considered unstable unless
* a different InterfaceStability annotation states otherwise.</li>
* <li>Incompatible changes must not be made to classes marked as stable.</li>
* </ul>
*/
@InterfaceAudience.Public
@InterfaceStability.Evolving

View File

@ -311,6 +311,9 @@ Release 2.4.0 - UNRELEASED
BUG FIXES
HADOOP-10320. Javadoc in InterfaceStability.java lacks final </ul>.
(René Nyffenegger via cnauroth)
Release 2.3.0 - UNRELEASED
INCOMPATIBLE CHANGES