mirror of
https://github.com/apache/commons-math.git
synced 2025-02-19 00:20:48 +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@1296536 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
389cc27463
commit
d253634bd4
@ -45,7 +45,7 @@ public class Array2DRowFieldMatrix<T extends FieldElement<T>>
|
||||
/** Serializable version identifier */
|
||||
private static final long serialVersionUID = 7260756672015356458L;
|
||||
/** Entries of the matrix */
|
||||
protected T[][] data;
|
||||
private T[][] data;
|
||||
|
||||
/**
|
||||
* Creates a matrix with no data
|
||||
|
Loading…
x
Reference in New Issue
Block a user