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
This commit is contained in:
parent
f42a88e25e
commit
3c9e28e533
|
@ -27,7 +27,7 @@ import java.math.BigDecimal;
|
||||||
public class MatrixUtils {
|
public class MatrixUtils {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Default constructor. Package scope to prevent unwanted instantiation.
|
* Default constructor.
|
||||||
*/
|
*/
|
||||||
public MatrixUtils() {
|
public MatrixUtils() {
|
||||||
super();
|
super();
|
||||||
|
|
Loading…
Reference in New Issue