mirror of
https://github.com/apache/commons-math.git
synced 2025-02-06 01:59:13 +00:00
Alignment
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1296515 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7b7488445d
commit
af2c669301
@ -318,7 +318,7 @@ public class Array2DRowRealMatrix extends AbstractRealMatrix implements Serializ
|
||||
|
||||
/** {@inheritDoc} */
|
||||
@Override
|
||||
public int getRowDimension() {
|
||||
public int getRowDimension() {
|
||||
return (data == null) ? 0 : data.length;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user