We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28cfaf0 commit 30152fdCopy full SHA for 30152fd
src/main/java/oracle/r2dbc/OracleR2dbcTypes.java
@@ -146,7 +146,7 @@ public static ObjectType objectType(String name) {
146
* defined ARRAY types. An instance of {@code ArrayType} must be used when
147
* binding an array value to a {@link Statement} created by the Oracle R2DBC
148
* Driver.
149
- * </p><p>
+ * <p>
150
* Oracle Database does not support an anonymous {@code ARRAY} type, which is
151
* what the standard {@link R2dbcType#COLLECTION} type represents. Oracle
152
* Database only supports {@code ARRAY} types which are declared as a user
0 commit comments