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:
parent
386ae0156a
commit
32e7890edb
|
@ -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. */
|
||||
|
|
Loading…
Reference in New Issue