Mathieu, you can ignore those. There is a confluence plugin that allows us to 
point in our wiki to a snippet in the source code. That insures that the code 
we document in the wiki is the actual code from the sources and stays up to 
date.

Hadrian


On Aug 29, 2011, at 8:47 AM, Mathieu Lalonde wrote:

> 
> Hi guys,
> 
> I think I got confused about those snippet blocks in the test code.
> Are they used to extract example code snippets at release time?
> 
> eg.
> 
>         // START SNIPPET: register
>         JndiRegistry reg = super.createRegistry();
>         reg.bind("testdb", ds);
>         return reg;
>         // END SNIPPET: register
> 
> Cheers,
> Mathieu
> 
> 
>                                         

Reply via email to