Vincent, Could you explain your rationale for this change? Originally, these were all marked with a non-standard '@todo' javadoc tag, which javadoc complained about, indicating that for "non-standard" tags, there should be at least one '.' present in the tag name. I had fixed this by adding the "asf." prefix, which still allowed tracking these in javadoc more easily. However, your change now removes the utility of the tag.
On a more general point, wouldn't it be more useful to have a discussion about stylistic changes prior to implementing them? Just so we can get on the same page? Regards, Glenn On Fri, Aug 27, 2010 at 9:31 PM, <[email protected]> wrote: > Author: vhennebert > Date: Fri Aug 27 13:31:41 2010 > New Revision: 990148 > > URL: http://svn.apache.org/viewvc?rev=990148&view=rev > Log: > Replaced @asf.todo with normal TODO comment > >
