diff --git a/src/main/java/org/apache/commons/math3/RealFieldElement.java b/src/main/java/org/apache/commons/math3/RealFieldElement.java index e704f756f..7335ee7bc 100644 --- a/src/main/java/org/apache/commons/math3/RealFieldElement.java +++ b/src/main/java/org/apache/commons/math3/RealFieldElement.java @@ -21,9 +21,6 @@ import org.apache.commons.math3.exception.DimensionMismatchException; /** * Interface representing a real * field. - *

- * Classes implementing this interface will often be singletons. - *

* @param the type of the field elements * @see FieldElement * @version $Id$