Skip to content

Commit 9d19f66

Browse files
committed
GH-2825: Fix 4.3 Doc rendering
Fixes #2825
1 parent afa98c1 commit 9d19f66

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

src/reference/asciidoc/gateway.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -514,7 +514,6 @@ In this scenario, it is expected that the downstream flow will return a `Complet
514514

515515
In the following scenario, the caller thread returns immediately with a `CompletableFuture<Invoice>`, which is completed when the downstream flow replies to the gateway (with an `Invoice` object).
516516

517-
====
518517
[source, java]
519518
----
520519

src/reference/asciidoc/jdbc.adoc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -789,8 +789,6 @@ _Required_.
789789

790790
<2> If this attribute is set to `true`, all results from a stored procedure call that do not have a corresponding `SqlOutParameter` declaration are bypassed.
791791
For example, stored procedures can return an update count value, even though your stored procedure declared only a single result parameter.
792-
<3> If this attribute is set to `true`, then all results from a stored procedure call that don't have a corresponding `SqlOutParameter` declaration will be bypassed.
793-
E.g. Stored Procedures may return an update count value, even though your Stored Procedure only declared a single result parameter.
794792
The exact behavior depends on the used database.
795793
The value is set on the underlying `JdbcTemplate`.
796794
Few developers will probably ever want to process update counts, thus the value defaults to `true`.

0 commit comments

Comments
 (0)