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 56bdb01ae96974f6e6e28486f6f6043fb07b4d03
Author: aherbert <aherb...@apache.org>
AuthorDate: Mon Feb 25 13:14:31 2019 +0000

    Update description in quadrature pom to refer to integration.
---
 commons-rng-examples/examples-quadrature/README.md | 2 +-
 commons-rng-examples/examples-quadrature/pom.xml   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/commons-rng-examples/examples-quadrature/README.md 
b/commons-rng-examples/examples-quadrature/README.md
index ab24bf7..e82cdd6 100644
--- a/commons-rng-examples/examples-quadrature/README.md
+++ b/commons-rng-examples/examples-quadrature/README.md
@@ -48,7 +48,7 @@ Quadrature example
 [![Maven 
Central](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-rng-examples-quadrature/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-rng-examples-quadrature/)
 
[![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-rng-examples-quadrature/1.2.svg)](https://javadoc.io/doc/org.apache.commons/commons-rng-examples-quadrature/1.2)
 
-Application for calling external tools that perform stringent uniformity tests.
+Contains examples for computing numerical quadrature (integration).
   Code in this module is not part of the public API.
 
 Documentation
diff --git a/commons-rng-examples/examples-quadrature/pom.xml 
b/commons-rng-examples/examples-quadrature/pom.xml
index cb357f8..18b5026 100644
--- a/commons-rng-examples/examples-quadrature/pom.xml
+++ b/commons-rng-examples/examples-quadrature/pom.xml
@@ -31,7 +31,7 @@
   <version>1.3-SNAPSHOT</version>
   <name>Quadrature example</name>
 
-  <description>Application for calling external tools that perform stringent 
uniformity tests.
+  <description>Contains examples for computing numerical quadrature 
(integration).
   Code in this module is not part of the public API.</description>
 
   <properties>

Reply via email to