Author: davsclaus
Date: Thu Mar 21 07:19:37 2013
New Revision: 1459173

URL: http://svn.apache.org/r1459173
Log:
Polished javadoc

Modified:
    camel/branches/camel-2.10.x/   (props changed)
    
camel/branches/camel-2.10.x/components/camel-jpa/src/main/java/org/apache/camel/component/jpa/Consumed.java

Propchange: camel/branches/camel-2.10.x/
------------------------------------------------------------------------------
  Merged /camel/trunk:r1459172

Propchange: camel/branches/camel-2.10.x/
------------------------------------------------------------------------------
Binary property 'svnmerge-integrated' - no diff available.

Modified: 
camel/branches/camel-2.10.x/components/camel-jpa/src/main/java/org/apache/camel/component/jpa/Consumed.java
URL: 
http://svn.apache.org/viewvc/camel/branches/camel-2.10.x/components/camel-jpa/src/main/java/org/apache/camel/component/jpa/Consumed.java?rev=1459173&r1=1459172&r2=1459173&view=diff
==============================================================================
--- 
camel/branches/camel-2.10.x/components/camel-jpa/src/main/java/org/apache/camel/component/jpa/Consumed.java
 (original)
+++ 
camel/branches/camel-2.10.x/components/camel-jpa/src/main/java/org/apache/camel/component/jpa/Consumed.java
 Thu Mar 21 07:19:37 2013
@@ -24,7 +24,7 @@ import java.lang.annotation.Target;
 
 /**
  * An annotation to mark a method to be invoked when an entity bean has been 
succesfully processed
- * by a Camel consumer, so that it can be updated in some way to remove it 
from the query set.
+ * by a Camel consumer and when the routing is done; so that it can be updated 
in some way to remove it from the query set.
  * <p/>
  * For example a method may be marked to set an active flag to false or to 
update some status value to the next step in a workflow
  *


Reply via email to