From 3c9e28e533d86486779419c2124d97fb643d1078 Mon Sep 17 00:00:00 2001 From: Phil Steitz Date: Sun, 10 Feb 2008 21:10:30 +0000 Subject: [PATCH] Javadoc. Removed obsolete comment. JIRA: MATH-187 Reported by Sebastian Bazley git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@620330 13f79535-47bb-0310-9956-ffa450edef68 --- src/java/org/apache/commons/math/linear/MatrixUtils.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/java/org/apache/commons/math/linear/MatrixUtils.java b/src/java/org/apache/commons/math/linear/MatrixUtils.java index e5df08205..6f08dd0a1 100644 --- a/src/java/org/apache/commons/math/linear/MatrixUtils.java +++ b/src/java/org/apache/commons/math/linear/MatrixUtils.java @@ -27,7 +27,7 @@ import java.math.BigDecimal; public class MatrixUtils { /** - * Default constructor. Package scope to prevent unwanted instantiation. + * Default constructor. */ public MatrixUtils() { super();