You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ah...@apache.org on 2019/05/17 13:33:46 UTC

[commons-rng] 01/03: Updated description to match the module.

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

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

commit 06aa066438797852d4ab88f4a207ec4632196933
Author: aherbert <ah...@apache.org>
AuthorDate: Fri May 17 14:31:00 2019 +0100

    Updated description to match the module.
---
 commons-rng-examples/examples-sampling/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/commons-rng-examples/examples-sampling/pom.xml b/commons-rng-examples/examples-sampling/pom.xml
index 47cc627..6133ed7 100644
--- a/commons-rng-examples/examples-sampling/pom.xml
+++ b/commons-rng-examples/examples-sampling/pom.xml
@@ -31,7 +31,7 @@
   <version>1.3-SNAPSHOT</version>
   <name>Sampling example</name>
 
-  <description>Application for calling external tools that perform stringent uniformity tests.
+  <description>Contains examples of output from the samplers.
   Code in this module is not part of the public API.</description>
 
   <properties>