mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
3bf78d6f8c
This commit updates AbstractMessageListenerContainer's Javadoc regarding the log level used in invokeErrorHandler() so that the documentation aligns with the implementation, namely that errors will logged at WARN level if no ErrorHandler has been registered. Closes gh-30730