You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@avro.apache.org by cu...@apache.org on 2010/02/04 01:30:18 UTC

svn commit: r906302 - /hadoop/avro/trunk/CHANGES.txt

Author: cutting
Date: Thu Feb  4 00:30:17 2010
New Revision: 906302

URL: http://svn.apache.org/viewvc?rev=906302&view=rev
Log:
AVRO-393.  Oops.  Accidentally tagged this as AVRO-340 in revision 906299.

Modified:
    hadoop/avro/trunk/CHANGES.txt

Modified: hadoop/avro/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/avro/trunk/CHANGES.txt?rev=906302&r1=906301&r2=906302&view=diff
==============================================================================
--- hadoop/avro/trunk/CHANGES.txt (original)
+++ hadoop/avro/trunk/CHANGES.txt Thu Feb  4 00:30:17 2010
@@ -284,7 +284,7 @@
     AVRO-394. Simplify and consolidate all data structures into hash
     tables (massie)
 
-    AVRO-340.  Add a constructor for Utf8 that accepts byte[].
+    AVRO-393.  Add a constructor for Utf8 that accepts byte[].
     (Jeff Hodges via cutting)
 
   OPTIMIZATIONS