You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2007/10/20 00:38:23 UTC

[jira] Created: (CAMEL-189) System.out in source code - FtpProducer

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.


[jira] Resolved: (CAMEL-189) System.out in source code - FtpProducer

Posted by "James Strachan (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/CAMEL-189?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

James Strachan resolved CAMEL-189.
----------------------------------

       Resolution: Fixed
    Fix Version/s: 1.3.0

> 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
>             Fix For: 1.3.0
>
>
> 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.