Fixed "CheckStyle" warnings.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1430845 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gilles Sadowski 2013-01-09 13:17:08 +00:00
parent 2182ea5442
commit c4243e1103
1 changed files with 3 additions and 3 deletions

View File

@ -214,7 +214,7 @@ public class DiagonalMatrix extends AbstractRealMatrix
return data;
}
/**
/** {@inheritDoc}
* @throws MathUnsupportedOperationException
*/
@Override