Author: erans
Date: Mon Feb 13 10:35:53 2012
New Revision: 1243473
URL: http://svn.apache.org/viewvc?rev=1243473&view=rev
Log:
MATH-488
Removed deprecated "MathException".
Removed:
commons/proper/math/trunk/src/main/java/org/apache/commons/math/MathException.java
commons/proper/math/trunk/src/test/java/org/apache/commons/math/MathExceptionTest.java
Modified:
commons/proper/math/trunk/src/site/xdoc/changes.xml
Modified: commons/proper/math/trunk/src/site/xdoc/changes.xml
URL:
http://svn.apache.org/viewvc/commons/proper/math/trunk/src/site/xdoc/changes.xml?rev=1243473&r1=1243472&r2=1243473&view=diff
==============================================================================
--- commons/proper/math/trunk/src/site/xdoc/changes.xml (original)
+++ commons/proper/math/trunk/src/site/xdoc/changes.xml Mon Feb 13 10:35:53 2012
@@ -52,6 +52,9 @@ The <action> type attribute can be add,u
If the output is not quite correct, check for invisible trailing spaces!
-->
<release version="3.0" date="TBD" description="TBD">
+ <action dev="erans" type="update" issue="MATH-488">
+ Removed "MathException" (from package "o.a.c.math").
+ </action>
<action dev="erans" type="update" issue="MATH-459">
Removed "MathRuntimeException" (from package "o.a.c.math").
</action>