Author: erans
Date: Fri Nov 12 21:03:38 2010
New Revision: 1034564

URL: http://svn.apache.org/viewvc?rev=1034564&view=rev
Log:
MATH-438
Removed deprecated class.

Removed:
    
commons/proper/math/trunk/src/main/java/org/apache/commons/math/FunctionEvaluationException.java
    
commons/proper/math/trunk/src/test/java/org/apache/commons/math/FunctionEvaluationExceptionTest.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=1034564&r1=1034563&r2=1034564&view=diff
==============================================================================
--- commons/proper/math/trunk/src/site/xdoc/changes.xml (original)
+++ commons/proper/math/trunk/src/site/xdoc/changes.xml Fri Nov 12 21:03:38 2010
@@ -52,6 +52,10 @@ 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-440">
+        Removed classes "FunctionEvaluationException", "MatrixVisitorException"
+        and "DerivativeException" (superseded by the new "MathUserException").
+      </action>
       <action dev="erans" type="fix" issue="MATH-432">
         Created a generic "Pair" class to replace the "AbstractMap.SimpleEntry"
         that is only available in Java 6 and later.


Reply via email to