Просмотр исходного кода

Add Jim Kellerman on the entry for 2738 and fix more whitespace issues.

git-svn-id: https://svn.apache.org/repos/asf/hadoop/core/trunk@629225 13f79535-47bb-0310-9956-ffa450edef68
Owen O'Malley 17 лет назад
Родитель
Сommit
5f75f91f6a
1 измененных файлов с 3 добавлено и 3 удалено
  1. 3 3
      CHANGES.txt

+ 3 - 3
CHANGES.txt

@@ -19,16 +19,16 @@ Trunk (unreleased changes)
   BUG FIXES
 
     HADOOP-2195. '-mkdir' behaviour is now closer to Linux shell in case of
-                 errors. (Mahadev Konar via rangadi)
+    errors. (Mahadev Konar via rangadi)
     
     HADOOP-2190. bring behaviour '-ls' and '-du' closer to Linux shell 
-                 commands in case of errors. (Mahadev Konar via rangadi)
+    commands in case of errors. (Mahadev Konar via rangadi)
     
     HADOOP-2193. 'fs -rm' and 'fs -rmr' show error message when the target
     file does not exist. (Mahadev Konar via rangadi)
             
     HADOOP-2738 Text is not subclassable because set(Text) and compareTo(Object)
-    access the other instance's private members directly.
+    access the other instance's private members directly. (jimk)
 
     HADOOP-2779.  Remove the references to HBase in the build.xml. (omalley)