You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2014/10/27 01:49:54 UTC

svn commit: r1634424 - /commons/proper/codec/trunk/src/changes/changes.xml

Author: ggregory
Date: Mon Oct 27 00:49:54 2014
New Revision: 1634424

URL: http://svn.apache.org/r1634424
Log:
Document [CODEC-189] Fix Java 8 build Javadoc errors.

Modified:
    commons/proper/codec/trunk/src/changes/changes.xml

Modified: commons/proper/codec/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/codec/trunk/src/changes/changes.xml?rev=1634424&r1=1634423&r2=1634424&view=diff
==============================================================================
--- commons/proper/codec/trunk/src/changes/changes.xml (original)
+++ commons/proper/codec/trunk/src/changes/changes.xml Mon Oct 27 00:49:54 2014
@@ -49,7 +49,7 @@ The <action> type attribute can be add,u
       <action dev="ggregory" type="add" issue="CODEC-181" due-to="Ivan Martinez-Ortiz">Make possible to provide padding byte to BaseNCodec in constructor</action>   
       <action dev="ggregory" type="fix" issue="CODEC-180" due-to="Ville Skyttä">Fix Javadoc 1.8.0 errors</action>   
       <action dev="ggregory" type="update" issue="CODEC-178">Deprecate Charsets Charset constants in favor of Java 7's java.nio.charset.StandardCharsets</action>   
-      <action dev="ggregory" type="update" issue="CODEC-189">Fix Java 8 build Javadoc errors</action>   
+      <action dev="ggregory" type="fix" issue="CODEC-189">Fix Java 8 build Javadoc errors</action>   
       <action dev="ggregory" type="update" issue="CODEC-190">Update from commons-parent 34 to 35</action>   
     </release>
     <release version="1.9" date="20 December 2013" description="Feature and fix release.">