Author: cnauroth
Date: Fri Jan 31 20:05:53 2014
New Revision: 1563237
URL: http://svn.apache.org/r1563237
Log:
HADOOP-10320. Javadoc in InterfaceStability.java lacks final </ul>. Contributed
by René Nyffenegger.
Modified:
hadoop/common/trunk/hadoop-common-project/hadoop-annotations/src/main/java/org/apache/hadoop/classification/InterfaceStability.java
hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
Modified:
hadoop/common/trunk/hadoop-common-project/hadoop-annotations/src/main/java/org/apache/hadoop/classification/InterfaceStability.java
URL:
http://svn.apache.org/viewvc/hadoop/common/trunk/hadoop-common-project/hadoop-annotations/src/main/java/org/apache/hadoop/classification/InterfaceStability.java?rev=1563237&r1=1563236&r2=1563237&view=diff
==============================================================================
---
hadoop/common/trunk/hadoop-common-project/hadoop-annotations/src/main/java/org/apache/hadoop/classification/InterfaceStability.java
(original)
+++
hadoop/common/trunk/hadoop-common-project/hadoop-annotations/src/main/java/org/apache/hadoop/classification/InterfaceStability.java
Fri Jan 31 20:05:53 2014
@@ -33,6 +33,7 @@ import org.apache.hadoop.classification.
* <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
Modified: hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
URL:
http://svn.apache.org/viewvc/hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt?rev=1563237&r1=1563236&r2=1563237&view=diff
==============================================================================
--- hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
(original)
+++ hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt Fri Jan
31 20:05:53 2014
@@ -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