On Sat, Feb 26, 2005 at 12:31:14AM +0100, Meskauskas Audrius wrote:
> This path replaces "documentme" with documentation comments.
> 
> >From the previous discussion it seems that it is problematic to discuss the
> whitespace using pathes. Instead, the complete java file with suggested
> comments and formatting is attached. This path does not alter the code
> itself. It is verified against regression with the three Mauve tests I
> currently have. As it was suggested, the @see is replaced by @link.

We put spaces around operators. This implies a space after the "!"
operator. E.g.:

if (! someBoolean)
...

and not

if (!someBoolean)
...


The javadoc for queueLock is a bit suspicios. Perhaps it should better
read as "Locking object for the queue.".


Michael


_______________________________________________
Classpath-patches mailing list
Classpath-patches@gnu.org
http://lists.gnu.org/mailman/listinfo/classpath-patches

Reply via email to