You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by lu...@apache.org on 2013/03/10 20:46:03 UTC

svn commit: r1454904 - /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/RealFieldElement.java

Author: luc
Date: Sun Mar 10 19:46:02 2013
New Revision: 1454904

URL: http://svn.apache.org/r1454904
Log:
Removed wrong explanation.

Modified:
    commons/proper/math/trunk/src/main/java/org/apache/commons/math3/RealFieldElement.java

Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math3/RealFieldElement.java
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/main/java/org/apache/commons/math3/RealFieldElement.java?rev=1454904&r1=1454903&r2=1454904&view=diff
==============================================================================
--- commons/proper/math/trunk/src/main/java/org/apache/commons/math3/RealFieldElement.java (original)
+++ commons/proper/math/trunk/src/main/java/org/apache/commons/math3/RealFieldElement.java Sun Mar 10 19:46:02 2013
@@ -21,9 +21,6 @@ import org.apache.commons.math3.exceptio
 /**
  * Interface representing a <a href="http://mathworld.wolfram.com/RealNumber.html">real</a>
  * <a href="http://mathworld.wolfram.com/Field.html">field</a>.
- * <p>
- * Classes implementing this interface will often be singletons.
- * </p>
  * @param <T> the type of the field elements
  * @see FieldElement
  * @version $Id$