Skip to content

Commit

Permalink
Clean osgi sample output
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/activemq/camel/trunk@608268 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
gnodet committed Jan 2, 2008
1 parent 6e14314 commit 0b0175a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -31,7 +31,7 @@ public class MyTransform {
private String prefix = "MyTransform";

public Object transform(Object body) {
String answer = prefix + " body at: " + new Date() + " body: " + body;
String answer = prefix + " set body: " + new Date() ;
if (verbose) {
System.out.println(">>>> " + answer);
}
Expand Down

0 comments on commit 0b0175a

Please sign in to comment.