[
https://issues.apache.org/jira/browse/MATH-187?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sebb updated MATH-187:
----------------------
Description:
Package or public?
{code}
/**
* Default constructor. Package scope to prevent unwanted instantiation.
*/
public MatrixUtils() {
super();
}
{code}
was:
Package or public?
/**
* Default constructor. Package scope to prevent unwanted instantiation.
*/
public MatrixUtils() {
super();
}
> 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?
> {code}
> /**
> * Default constructor. Package scope to prevent unwanted instantiation.
> */
> public MatrixUtils() {
> super();
> }
> {code}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.