MatrixUtils - are these supposed to have a public or package scope constructor?
-------------------------------------------------------------------------------
Key: MATH-187
URL: https://issues.apache.org/jira/browse/MATH-187
Project: Commons Math
Issue Type: Bug
Reporter: Sebb
Priority: Minor
Package or public?
/**
* Default constructor. Package scope to prevent unwanted instantiation.
*/
public MatrixUtils() {
super();
}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.