File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
sample/src/main/java/oracle/r2dbc/samples Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -286,8 +286,8 @@ static int executeConditionallyJdbc(java.sql.Connection connection)
286286
287287 /**
288288 * Uses R2DBC to conditionally execute an INSERT if an UPDATE returns a row
289- * count of zero. This method performs the same database interactions as the
290- * {@link #executeConditionallyJdbc(Connection)} method.
289+ * count of zero. This method performs the same database interactions as the
290+ * {@link #executeConditionallyJdbc(java.sql. Connection)} method.
291291 * @param connection Database connection
292292 * @return A {@code Publisher} that emits {@code onNext} with the number of
293293 * rows updated, or emits {@code onError} with an {@link R2dbcException} if
@@ -432,7 +432,7 @@ static Publisher<Integer> executeLoopR2dbc(
432432 /**
433433 * Executes all examples with both JDBC and R2DBC.
434434 */
435- public static void main (String [] args ) throws SQLException {
435+ public static void main (String [] args ) {
436436 createTable ();
437437 try {
438438 useJdbc ();
You can’t perform that action at this time.
0 commit comments