File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
spring-rabbit/src/main/java/org/springframework/amqp/rabbit/connection Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2002-2018 the original author or authors.
2
+ * Copyright 2002-2019 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
@@ -97,7 +97,12 @@ public Message getReturnedMessage() {
97
97
return this .returnedMessage ;
98
98
}
99
99
100
- void setReturnedMessage (Message returnedMessage ) {
100
+ /**
101
+ * Set a returned message for this correlation data.
102
+ * @param returnedMessage the returned message.
103
+ * @since 1.7.13
104
+ */
105
+ public void setReturnedMessage (Message returnedMessage ) {
101
106
this .returnedMessage = returnedMessage ;
102
107
}
103
108
You can’t perform that action at this time.
0 commit comments