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() {