Skip to content

Commit 5091e9f

Browse files
committed
Fix javadoc syntax error
1 parent 9cdbd02 commit 5091e9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/firebirdsql/decimal/Decimal.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public abstract class Decimal<T extends Decimal<T>> {
6363
*
6464
* @return Value as BigDecimal
6565
* @throws DecimalInconvertibleException
66-
* If this value is a NaN, sNaN or Infinity, which can't be represented as a {@code BigDecimal).
66+
* If this value is a NaN, sNaN or Infinity, which can't be represented as a {@code BigDecimal}.
6767
*/
6868
public final BigDecimal toBigDecimal() {
6969
if (type != DecimalType.FINITE) {

0 commit comments

Comments
 (0)