Skip to content

Commit c3a1fe4

Browse files
Fix javadoc
1 parent f1d2cbb commit c3a1fe4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/oracle/r2dbc/impl/OracleReactiveJdbcAdapter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ static OracleReactiveJdbcAdapter getInstance() {
293293
* descriptor. For instance, the descriptor element of
294294
* {@code (ADDRESSS=(HOST=...)(PORT=...)(PROTOCOL=...))} specifies values
295295
* that overlap with the standard {@code Option}s of {@code HOST}, {@code
296-
* PORT}, and {@code SSL}. An {@code IllegalStateException} is thrown
296+
* PORT}, and {@code SSL}. An {@code IllegalArgumentException} is thrown
297297
* when the descriptor is provided with any overlapping {@code Option}s.
298298
* </p><p>
299299
* Note that the alias of a descriptor within a tnsnames.ora file may be

0 commit comments

Comments
 (0)