Skip to content

Commit

Permalink
Merge pull request #107 from oracle/fix-javadoc
Browse files Browse the repository at this point in the history
Fix typo in JavaDoc
  • Loading branch information
jeandelavarene authored Nov 16, 2022
2 parents 28cfaf0 + 30152fd commit bc3e39d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/oracle/r2dbc/OracleR2dbcTypes.java
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ public static ObjectType objectType(String name) {
* defined ARRAY types. An instance of {@code ArrayType} must be used when
* binding an array value to a {@link Statement} created by the Oracle R2DBC
* Driver.
* </p><p>
* <p>
* Oracle Database does not support an anonymous {@code ARRAY} type, which is
* what the standard {@link R2dbcType#COLLECTION} type represents. Oracle
* Database only supports {@code ARRAY} types which are declared as a user
Expand Down

0 comments on commit bc3e39d

Please sign in to comment.