fixed javadoc

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/branches/MATH_2_X@992860 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Luc Maisonobe 2010-09-05 19:06:49 +00:00
parent 6f2cecc697
commit 8d37aa4016
1 changed files with 0 additions and 2 deletions

View File

@ -1968,7 +1968,6 @@ public class Dfp implements FieldElement<Dfp> {
}
/** 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<Dfp> {
}
/** 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() {