Author: gertv
Date: Thu Mar 12 20:53:55 2009
New Revision: 753013

URL: http://svn.apache.org/viewvc?rev=753013&view=rev
Log:
Fixing SNIPPET comment (how did I manage to mess up a 4-line, comment-only 
commit?)

Modified:
    
camel/trunk/camel-core/src/test/java/org/apache/camel/processor/interceptor/StreamCachingInterceptorTest.java

Modified: 
camel/trunk/camel-core/src/test/java/org/apache/camel/processor/interceptor/StreamCachingInterceptorTest.java
URL: 
http://svn.apache.org/viewvc/camel/trunk/camel-core/src/test/java/org/apache/camel/processor/interceptor/StreamCachingInterceptorTest.java?rev=753013&r1=753012&r2=753013&view=diff
==============================================================================
--- 
camel/trunk/camel-core/src/test/java/org/apache/camel/processor/interceptor/StreamCachingInterceptorTest.java
 (original)
+++ 
camel/trunk/camel-core/src/test/java/org/apache/camel/processor/interceptor/StreamCachingInterceptorTest.java
 Thu Mar 12 20:53:55 2009
@@ -118,13 +118,13 @@
                 //Stream caching for a single route...
                 //START SNIPPET: route
                 from("direct:a").streamCaching().to("mock:a");
-                //END SNIPPET
+                //END SNIPPET: route
 
                 //... or for all the following routes in this builder
                 //START SNIPPET: routebuilder
                 streamCaching();
                 from("direct:b").to("mock:b");
-                //END SNIPPET
+                //END SNIPPET: routebuilder
             }
         };
     }


Reply via email to