Base class is not immutable.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1488941 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gilles Sadowski 2013-06-03 09:43:44 +00:00
parent f4bc191c4d
commit e0e56f8055

View File

@ -32,8 +32,6 @@ import org.apache.commons.math3.util.FastMath;
* <p>
* The function should be integrable.</p>
*
* Class is immutable.
*
* @version $Id$
* @since 3.3
*/