You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-rabbit-stream/src/main/java/org/springframework/rabbit/stream/listener/StreamListenerContainer.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -172,7 +172,7 @@ public boolean isAutoStartup() {
172
172
publicvoidsetAdviceChain(Advice... advices) {
173
173
Assert.notNull(advices, "'advices' cannot be null");
174
174
Assert.noNullElements(advices, "'advices' cannot have null elements");
0 commit comments