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 2023/01/14 19:33:16 UTC

[commons-crypto] 02/03: Match description to code

This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-crypto.git

commit 5c60e151060c41267bd72ccbfa54fb7f59881964
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Jan 14 14:28:46 2023 -0500

    Match description to code
---
 src/changes/changes.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 0d73d6f..504dc46 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -63,7 +63,7 @@
   <body>
     <release version="1.2.0" date="202Y-MM-DD" description="Minor release">
       <!-- FIX -->
-      <action issue="CRYPTO-160" type="fix" dev="jochen">Enhance the quality of JavaCryptoRandom as a subclass of Random by overwriting Random.next(int).</action>
+      <action issue="CRYPTO-160" type="fix" dev="jochen">Enhance the quality of JavaCryptoRandom.</action>
       <action issue="CRYPTO-163" type="fix">Makefile does not recompile objects if local include files are changed</action>
       <action issue="CRYPTO-154" type="fix">License header should be a plain comment #113.</action>
       <action                    type="fix" dev="ggregory" due-to="Arturo Bernal">Fix PMD warning and don't init to defaults #128.</action>