mirror of
https://github.com/apache/commons-math.git
synced 2025-02-13 21:46:41 +00:00
Field might as well be private, as there's a public getter
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1296537 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d253634bd4
commit
198b8a312d
@ -35,8 +35,9 @@ import org.apache.commons.math3.util.MathUtils;
|
||||
public class Array2DRowRealMatrix extends AbstractRealMatrix implements Serializable {
|
||||
/** Serializable version identifier. */
|
||||
private static final long serialVersionUID = -1067294169172445528L;
|
||||
|
||||
/** Entries of the matrix. */
|
||||
protected double data[][];
|
||||
private double data[][];
|
||||
|
||||
/**
|
||||
* Creates a matrix with no data
|
||||
|
Loading…
x
Reference in New Issue
Block a user