Skip to content

Commit 5695d43

Browse files
committed
Fix PDF Overflows
1 parent 2d6984b commit 5695d43

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

src/reference/asciidoc/message.adoc

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,8 @@ An example is the `Session` associated with a streamed file transfer using FTP,
251251
DELIVERY_ATTEMPT
252252

253253

254-
| java.lang.AtomicInteger
254+
| java.lang.
255+
AtomicInteger
255256

256257

257258
| If a message-driven channel adapter supports the configuration of a `RetryTemplate` this header contains the current delivery attempt.
@@ -260,8 +261,9 @@ An example is the `Session` associated with a streamed file transfer using FTP,
260261
ACKNOWLEDGMENT_CALLBACK
261262

262263

263-
| org.springframework.integration.
264-
support.AcknowledgmentCallback
264+
| o.s.i.support.
265+
Acknowledgment
266+
Callback
265267

266268
| If a message source supports it, a call back to accept, reject, or requeue a message - see <<deferred-acks-message-source>>.
267269

0 commit comments

Comments
 (0)