removed spurious exception clause

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@728526 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Luc Maisonobe 2008-12-21 21:54:26 +00:00
parent d1fc13cef3
commit 1f3d5634d5
1 changed files with 1 additions and 2 deletions

View File

@ -145,8 +145,7 @@ public class QRDecompositionImpl implements QRDecomposition {
}
/** {@inheritDoc} */
public RealMatrix getR()
throws IllegalStateException {
public RealMatrix getR() {
if (cachedR == null) {