Skip to content

Commit 9ae8f32

Browse files
committed
Reinstate public ctor for ReplyContainerProperties
The `JmsOutboundGateway.ReplyContainerProperties` and really can be used for options, like in the Java DSL. Revert changes which applied package protected modifier for ctor and reinstate `public` ctor consequently
1 parent dfa061f commit 9ae8f32

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

spring-integration-jms/src/main/java/org/springframework/integration/jms/JmsOutboundGateway.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1524,10 +1524,6 @@ public static class ReplyContainerProperties {
15241524

15251525
private volatile Executor taskExecutor;
15261526

1527-
ReplyContainerProperties() {
1528-
super();
1529-
}
1530-
15311527
public String getSessionAcknowledgeModeName() {
15321528
return this.sessionAcknowledgeModeName;
15331529
}

0 commit comments

Comments
 (0)