System.out in source code - FtpProducer
---------------------------------------
Key: CAMEL-189
URL: https://issues.apache.org/activemq/browse/CAMEL-189
Project: Apache Camel
Issue Type: Bug
Components: camel-ftp
Affects Versions: 1.2.0
Reporter: Claus Ibsen
Priority: Trivial
I was browsing the source for the FTP component to see how the inner works.
I discovered a System.out statement in the class FtpProducer:
System.out.println(sb.toString() + " = " + success);
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.