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:06:50 UTC

svn commit: r992860 - /commons/proper/math/branches/MATH_2_X/src/main/java/org/apache/commons/math/dfp/Dfp.java

Author: luc
Date: Sun Sep  5 19:06:49 2010
New Revision: 992860

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

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

Modified: commons/proper/math/branches/MATH_2_X/src/main/java/org/apache/commons/math/dfp/Dfp.java
URL: http://svn.apache.org/viewvc/commons/proper/math/branches/MATH_2_X/src/main/java/org/apache/commons/math/dfp/Dfp.java?rev=992860&r1=992859&r2=992860&view=diff
==============================================================================
--- commons/proper/math/branches/MATH_2_X/src/main/java/org/apache/commons/math/dfp/Dfp.java (original)
+++ commons/proper/math/branches/MATH_2_X/src/main/java/org/apache/commons/math/dfp/Dfp.java Sun Sep  5 19:06:49 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() {