From 22c7344e822fc0b9c41bbdf01971e281ce4e2a13 Mon Sep 17 00:00:00 2001 From: Chris Nauroth Date: Fri, 31 Jan 2014 20:05:53 +0000 Subject: [PATCH] =?UTF-8?q?HADOOP-10320.=20Javadoc=20in=20InterfaceStabili?= =?UTF-8?q?ty.java=20lacks=20final=20.=20Contributed=20by=20Ren=C3=A9?= =?UTF-8?q?=20Nyffenegger.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1563237 13f79535-47bb-0310-9956-ffa450edef68 --- .../org/apache/hadoop/classification/InterfaceStability.java | 1 + hadoop-common-project/hadoop-common/CHANGES.txt | 3 +++ 2 files changed, 4 insertions(+) diff --git a/hadoop-common-project/hadoop-annotations/src/main/java/org/apache/hadoop/classification/InterfaceStability.java b/hadoop-common-project/hadoop-annotations/src/main/java/org/apache/hadoop/classification/InterfaceStability.java index f78acc296c..697327e77e 100644 --- a/hadoop-common-project/hadoop-annotations/src/main/java/org/apache/hadoop/classification/InterfaceStability.java +++ b/hadoop-common-project/hadoop-annotations/src/main/java/org/apache/hadoop/classification/InterfaceStability.java @@ -33,6 +33,7 @@ *
  • Classes that are {@link Private} are to be considered unstable unless * a different InterfaceStability annotation states otherwise.
  • *
  • Incompatible changes must not be made to classes marked as stable.
  • + * */ @InterfaceAudience.Public @InterfaceStability.Evolving diff --git a/hadoop-common-project/hadoop-common/CHANGES.txt b/hadoop-common-project/hadoop-common/CHANGES.txt index 3a79dd4100..0fc903acd1 100644 --- a/hadoop-common-project/hadoop-common/CHANGES.txt +++ b/hadoop-common-project/hadoop-common/CHANGES.txt @@ -311,6 +311,9 @@ Release 2.4.0 - UNRELEASED BUG FIXES + HADOOP-10320. Javadoc in InterfaceStability.java lacks final . + (RenĂ© Nyffenegger via cnauroth) + Release 2.3.0 - UNRELEASED INCOMPATIBLE CHANGES