8345279: Mistake in javadoc of javax.sql.rowset.BaseRowSet#setBigDecimal

Reviewed-by: darcy, lancea, iris
This commit is contained in:
Jaikiran Pai 2024-12-03 02:31:26 +00:00
parent 3f6c04247f
commit d88c7b365a

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2003, 2019, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2003, 2024, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
@ -1892,7 +1892,7 @@ public abstract class BaseRowSet implements Serializable, Cloneable {
/**
* Sets the designated parameter to the given
* <code>java.lang.BigDecimal</code> value. The driver converts this to
* <code>java.math.BigDecimal</code> value. The driver converts this to
* an SQL <code>NUMERIC</code> value when it sends it to the database.
* <P>
* The parameter value set by this method is stored internally and