We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7770ea2 commit a6edd63Copy full SHA for a6edd63
experiment3_rest/src/main/java/com/stevesouza/camel/experiment3/GenerateData.java
@@ -16,7 +16,6 @@ public class GenerateData {
16
// I am putting Exchange in their just to demonstrate, though in this case it isn't needed.
17
@Handler
18
public Person getRandomPerson(Exchange exchange) {
19
- log.info("*****XXXXX blah blah blah");
20
log.info("Generating random data for this exchange: " + exchange);
21
return EnhancedRandom.random(Person.class);
22
}
0 commit comments