Browse Source

HADOOP-6413. Move TestReflectionUtils to Common. Contributed by Todd Lipcon.

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@890585 13f79535-47bb-0310-9956-ffa450edef68
Thomas White 15 năm trước cách đây
mục cha
commit
a0e1451108
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      CHANGES.txt

+ 2 - 0
CHANGES.txt

@@ -59,6 +59,8 @@ Trunk (unreleased changes)
     HADOOP-5958. Use JDK 1.6 File APIs in DF.java wherever possible.
     (Aaron Kimball via tomwhite)
 
+    HADOOP-6413. Move TestReflectionUtils to Common. (Todd Lipcon via tomwhite)
+
   OPTIMIZATIONS
 
   BUG FIXES