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:
Sebastian Bazley 2012-03-03 00:44:04 +00:00
parent 389cc27463
commit d253634bd4
1 changed files with 1 additions and 1 deletions

View File

@ -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