Skip to content

Commit d88c7b3

Browse files
committed
8345279: Mistake in javadoc of javax.sql.rowset.BaseRowSet#setBigDecimal
Reviewed-by: darcy, lancea, iris
1 parent 3f6c042 commit d88c7b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/java.sql.rowset/share/classes/javax/sql/rowset/BaseRowSet.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2003, 2019, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2003, 2024, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -1892,7 +1892,7 @@ public void setDouble(int parameterIndex, double x) throws SQLException {
18921892

18931893
/**
18941894
* Sets the designated parameter to the given
1895-
* <code>java.lang.BigDecimal</code> value. The driver converts this to
1895+
* <code>java.math.BigDecimal</code> value. The driver converts this to
18961896
* an SQL <code>NUMERIC</code> value when it sends it to the database.
18971897
* <P>
18981898
* The parameter value set by this method is stored internally and

0 commit comments

Comments
 (0)