Explorar o código

HADOOP-7351 Regression: HttpServer#getWebAppsPath used to be protected so subclasses could supply alternate webapps path but it was made private by HADOOP-6461 -- Fix commit message; I'd put it in wrong location under 'new features' rather than under 'bugs'

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1130738 13f79535-47bb-0310-9956-ffa450edef68
Michael Stack %!s(int64=14) %!d(string=hai) anos
pai
achega
3c863fada4
Modificáronse 1 ficheiros con 4 adicións e 4 borrados
  1. 4 4
      CHANGES.txt

+ 4 - 4
CHANGES.txt

@@ -315,10 +315,6 @@ Release 0.22.0 - Unreleased
     HADOOP-7134. configure files that are generated as part of the released
     tarball need to have executable bit set. (Roman Shaposhnik via cos)
 
-    HADOOP-7351  Regression: HttpServer#getWebAppsPath used to be protected
-    so subclasses could supply alternate webapps path but it was made private
-    by HADOOP-6461 (Stack)
-
   IMPROVEMENTS
 
     HADOOP-6644. util.Shell getGROUPS_FOR_USER_COMMAND method name 
@@ -763,6 +759,10 @@ Release 0.22.0 - Unreleased
     HADOOP-7121. Exceptions while serializing IPC call responses are not
     handled well. (todd)
 
+    HADOOP-7351  Regression: HttpServer#getWebAppsPath used to be protected
+    so subclasses could supply alternate webapps path but it was made private
+    by HADOOP-6461 (Stack)
+
 Release 0.21.1 - Unreleased
 
   IMPROVEMENTS