File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
spring-r2dbc/src/main/java/org/springframework/r2dbc/core Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ public interface DatabaseClient extends ConnectionAccessor {
69
69
70
70
/**
71
71
* Specify a {@link Supplier SQL supplier} that provides SQL to run.
72
- * Contract for specifying a SQL call along with options leading to
72
+ * Contract for specifying an SQL call along with options leading to
73
73
* the execution. The SQL string can contain either native parameter
74
74
* bind markers or named parameters (e.g. {@literal :foo, :bar}) when
75
75
* {@link NamedParameterExpander} is enabled.
@@ -148,7 +148,7 @@ interface Builder {
148
148
149
149
150
150
/**
151
- * Contract for specifying a SQL call along with options leading to the execution.
151
+ * Contract for specifying an SQL call along with options leading to the execution.
152
152
*/
153
153
interface GenericExecuteSpec {
154
154
Original file line number Diff line number Diff line change 21
21
/**
22
22
* Interface declaring a query operation that can be represented
23
23
* with a query string. This interface is typically implemented
24
- * by classes representing a SQL operation such as {@code SELECT},
24
+ * by classes representing an SQL operation such as {@code SELECT},
25
25
* {@code INSERT}, and such.
26
26
*
27
27
* @author Mark Paluch
You can’t perform that action at this time.
0 commit comments