From 3a08d608ebedd79c245a7042e9781cceb6447cb0 Mon Sep 17 00:00:00 2001 From: Luc Maisonobe Date: Sun, 5 Sep 2010 19:08:53 +0000 Subject: [PATCH] fixed javadoc git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@992862 13f79535-47bb-0310-9956-ffa450edef68 --- src/main/java/org/apache/commons/math/dfp/Dfp.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/main/java/org/apache/commons/math/dfp/Dfp.java b/src/main/java/org/apache/commons/math/dfp/Dfp.java index c36428cef..b7f48991f 100644 --- a/src/main/java/org/apache/commons/math/dfp/Dfp.java +++ b/src/main/java/org/apache/commons/math/dfp/Dfp.java @@ -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() {