#bael-6916:add @Override
This commit is contained in:
parent
6a858656fd
commit
a086bb8bcc
|
@ -10,6 +10,7 @@ import org.springframework.stereotype.Component;
|
|||
@Component
|
||||
public class FileProcessor implements Processor {
|
||||
|
||||
@Override
|
||||
public void process(Exchange exchange) throws Exception {
|
||||
String originalFileName = (String) exchange.getIn().getHeader(Exchange.FILE_NAME, String.class);
|
||||
|
||||
|
|
Loading…
Reference in New Issue