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 2010/09/05 21:08:54 UTC

svn commit: r992862 - /commons/proper/math/trunk/src/main/java/org/apache/commons/math/dfp/Dfp.java

Author: luc
Date: Sun Sep  5 19:08:53 2010
New Revision: 992862

URL: http://svn.apache.org/viewvc?rev=992862&view=rev
Log:
fixed javadoc

Modified:
    commons/proper/math/trunk/src/main/java/org/apache/commons/math/dfp/Dfp.java

Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math/dfp/Dfp.java
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/main/java/org/apache/commons/math/dfp/Dfp.java?rev=992862&r1=992861&r2=992862&view=diff
==============================================================================
--- commons/proper/math/trunk/src/main/java/org/apache/commons/math/dfp/Dfp.java (original)
+++ commons/proper/math/trunk/src/main/java/org/apache/commons/math/dfp/Dfp.java Sun Sep  5 19:08:53 2010
@@ -1968,7 +1968,6 @@ public class Dfp implements FieldElement
     }
 
     /** Convert an instance to a string using scientific notation.
-     * @param a instance to convert
      * @return string representation of the instance in scientific notation
      */
     protected String dfp2sci() {
@@ -2050,7 +2049,6 @@ public class Dfp implements FieldElement
     }
 
     /** Convert an instance to a string using normal notation.
-     * @param a instance to convert
      * @return string representation of the instance in normal notation
      */
     protected String dfp2string() {