INT-2213
added support for specifying 'temporary-remote-directory' as well as 'temporary-remote-directory-expression' INT-2213 polishing INT-2213 polishing docs
This commit is contained in:
committed by
Mark Fisher
parent
a95e88aba6
commit
eb3cb363e8
@@ -16,9 +16,6 @@
|
||||
|
||||
package org.springframework.integration.handler;
|
||||
|
||||
import org.apache.commons.logging.Log;
|
||||
import org.apache.commons.logging.LogFactory;
|
||||
|
||||
import org.springframework.core.Ordered;
|
||||
import org.springframework.integration.Message;
|
||||
import org.springframework.integration.MessageHandlingException;
|
||||
@@ -41,8 +38,6 @@ import org.springframework.util.Assert;
|
||||
*/
|
||||
public abstract class AbstractMessageHandler extends IntegrationObjectSupport implements MessageHandler, TrackableComponent, Orderable {
|
||||
|
||||
protected final Log logger = LogFactory.getLog(this.getClass());
|
||||
|
||||
private volatile boolean shouldTrack = false;
|
||||
|
||||
private volatile int order = Ordered.LOWEST_PRECEDENCE;
|
||||
|
||||
Reference in New Issue
Block a user