MATH-581
Method rename (previous one was misleading). git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1153821 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
98556fedcc
commit
cb067c2503
|
@ -71,7 +71,7 @@ public class NonPositiveDefiniteLinearOperatorException
|
|||
*
|
||||
* @return the offending vector.
|
||||
*/
|
||||
public RealVector copyOffendingVector() {
|
||||
public RealVector getOffendingVector() {
|
||||
return x;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue