Skip to content

Commit b5b1009

Browse files
committed
Fix JavaDoc in the JmsOutboundChannelAdapterSpec
1 parent e4ca857 commit b5b1009

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

spring-integration-jms/src/main/java/org/springframework/integration/jms/dsl/JmsOutboundChannelAdapterSpec.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ public S deliveryModeExpression(String deliveryModeExpression) {
141141
/**
142142
* Specify a {@link Function} to resolve a {@code deliveryMode} for JMS message to send.
143143
* @param deliveryModeFunction to use
144+
* @param <P> the expected payload type.
144145
* @return the spec
145146
* @since 5.1
146147
* @see FunctionExpression
@@ -164,6 +165,7 @@ public S timeToLiveExpression(String timeToLiveExpression) {
164165
/**
165166
* Specify a {@link Function} to resolve a {@code timeToLive} for JMS message to send.
166167
* @param timeToLiveFunction to use
168+
* @param <P> the expected payload type.
167169
* @return the spec
168170
* @see FunctionExpression
169171
* @since 5.1

0 commit comments

Comments
 (0)