You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ch...@apache.org on 2017/02/23 20:28:06 UTC

[4/4] [text] TEXT-69: changes.xml note

TEXT-69: changes.xml note


Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/1911d427
Tree: http://git-wip-us.apache.org/repos/asf/commons-text/tree/1911d427
Diff: http://git-wip-us.apache.org/repos/asf/commons-text/diff/1911d427

Branch: refs/heads/master
Commit: 1911d427952c079d86a6daebf5ffeaf74cd0ba9f
Parents: 4bc5159
Author: Rob Tompkins <ch...@apache.org>
Authored: Thu Feb 23 15:17:27 2017 -0500
Committer: Rob Tompkins <ch...@apache.org>
Committed: Thu Feb 23 15:17:27 2017 -0500

----------------------------------------------------------------------
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-text/blob/1911d427/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 155d6f8..6b943bd 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -52,6 +52,7 @@ The <action> type attribute can be add,update,fix,remove.
    Methods StringEscapeUtils#escapeHtml3Once and StringEscapeUtils#escapeHtml4Once
    have been removed; see TEXT-40
   ">
+    <action issue="TEXT-69" type="fix" dev="chtompki">Resolve PMD/CMD Violations</action>
     <action issue="TEXT-40" type="remove" dev="sebb">Escape HTML characters only once: revert</action>
     <action issue="TEXT-65" type="fix" dev="chtompki">Fixing the 200 checkstyle errors present in 1.0-beta-1</action>
     <action issue="TEXT-63" type="fix" dev="sebb">Mutable fields should be private</action>