fixed javadoc

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@992862 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Luc Maisonobe 2010-09-05 19:08:53 +00:00
parent cca4fb2733
commit 3a08d608eb
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() {