typo fix
This commit is contained in:
@@ -127,7 +127,7 @@ public class FileSource implements Source<Object>, InitializingBean, MessageDeli
|
||||
|
||||
public void onFailure(MessagingException exception) {
|
||||
if (this.logger.isWarnEnabled()) {
|
||||
logger.warn("FileSource received failure notifcation", exception);
|
||||
logger.warn("FileSource received failure notification", exception);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -192,7 +192,7 @@ public class FtpSource implements Source<Object>, MessageDeliveryAware {
|
||||
|
||||
public void onFailure(MessagingException exception) {
|
||||
if (this.logger.isWarnEnabled()) {
|
||||
logger.warn("FtpSource received failure notifcation", exception);
|
||||
logger.warn("FtpSource received failure notification", exception);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user