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/11/04 03:48:14 UTC

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

Author: ggregory
Date: Tue Nov  4 02:48:13 2014
New Revision: 1636496

URL: http://svn.apache.org/r1636496
Log:
Typo: javadoc -> Javadoc.

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=1636496&r1=1636495&r2=1636496&view=diff
==============================================================================
--- commons/proper/codec/trunk/src/changes/changes.xml (original)
+++ commons/proper/codec/trunk/src/changes/changes.xml Tue Nov  4 02:48:13 2014
@@ -44,8 +44,8 @@ The <action> type attribute can be add,u
   <body>
     <release version="1.10" date="DD November 2014" description="Feature and fix release.">
       <action dev="ggregory" type="add" issue="CODEC-192" due-to="Thomas Neidhart">Add Daitch–Mokotoff Soundex</action>   
-      <action dev="tn" type="fix" issue="CODEC-185" due-to="Sean Busbey">Added clarification to javadoc of Base64 concerning the use of the urlSafe parameter</action>   
-      <action dev="tn" type="fix" issue="CODEC-191" due-to="Igor Savin">Added clarification to the javadoc of Base[32|64]OutputStream that it is mandatory to call close()</action>   
+      <action dev="tn" type="fix" issue="CODEC-185" due-to="Sean Busbey">Added clarification to Javadoc of Base64 concerning the use of the urlSafe parameter</action>   
+      <action dev="tn" type="fix" issue="CODEC-191" due-to="Igor Savin">Added clarification to the Javadoc of Base[32|64]OutputStream that it is mandatory to call close()</action>   
       <action dev="ggregory" type="fix" issue="CODEC-188" due-to="Hendrik Saly">Add support for HMAC Message Authentication Code (MAC) digests</action>   
       <action dev="ggregory" type="fix" issue="CODEC-187" due-to="Michael Tobias, Thomas Neidhart">Beider Morse Phonetic Matching producing incorrect tokens</action>   
       <action dev="ggregory" type="fix" issue="CODEC-184" due-to="Cyrille Artho">NullPointerException in DoubleMetaPhone.isDoubleMetaphoneEqual when using empty strings</action>   
@@ -125,7 +125,7 @@ The <action> type attribute can be add,u
         BeiderMorseEncoder OOM issues.
       </action>
       <action issue="CODEC-131" dev="tn" type="fix" due-to="smolav">
-        DoubleMetaphone javadoc contains dead links.
+        DoubleMetaphone Javadoc contains dead links.
       </action>
       <action issue="CODEC-130" dev="ggregory" type="add" due-to="tn">
         Base64InputStream.skip skips underlying stream, not output.