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 years ago
parent
commit
a0e1451108
1 changed files with 2 additions and 0 deletions
  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