Added missing @since tag.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1422447 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Phil Steitz 2012-12-16 01:38:40 +00:00
parent 386ae0156a
commit 32e7890edb
1 changed files with 4 additions and 1 deletions

View File

@ -474,7 +474,10 @@ public class JacobianMatrices {
}
/** Special exception for equations mismatch. */
/**
* Special exception for equations mismatch.
* @since 3.1
*/
public static class MismatchedEquations extends MathIllegalArgumentException {
/** Serializable UID. */