This is an automated email from the ASF dual-hosted git repository. aherbert pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/commons-statistics.git
commit 4f404bce7760ac5ba4d2c0bbd09ca5a8eb5e9523 Author: Alex Herbert <aherb...@apache.org> AuthorDate: Sat May 25 07:32:05 2019 +0100 Updated descriptives package info summary. --- .../java/org/apache/commons/statistics/descriptive/package-info.java | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/commons-statistics-descriptive/src/main/java/org/apache/commons/statistics/descriptive/package-info.java b/commons-statistics-descriptive/src/main/java/org/apache/commons/statistics/descriptive/package-info.java index 744c7c0..09e5cde 100644 --- a/commons-statistics-descriptive/src/main/java/org/apache/commons/statistics/descriptive/package-info.java +++ b/commons-statistics-descriptive/src/main/java/org/apache/commons/statistics/descriptive/package-info.java @@ -14,9 +14,8 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + /** - * - * All the commons-statistics-descriptive related classes are present in this package. + * Implementations of summary and descriptive statistics. */ package org.apache.commons.statistics.descriptive; -