This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [PATCH] for Review: SelectorImpl.wakeup() + Synchronization
- From: Andrew Haley <aph at redhat dot com>
- To: Mohan Embar <gnustuff at thisiscool dot com>
- Cc: Michael Koch <konqueror at gmx dot de>, GCJ Patches <java-patches at gcc dot gnu dot org>
- Date: Fri, 19 Dec 2003 15:40:53 +0000
- Subject: Re: [PATCH] for Review: SelectorImpl.wakeup() + Synchronization
- References: <20031219140155.GD16362@mail.konqueror.de><P4WHBCB5YTROM04QMQNXUT2WECGEHB.3fe31880@p733>
Mohan Embar writes:
>
> >Dont add "space" between method/constructor name and '('. There are
> >serveral instances of this misformatting. I know I said different in the
> >past but tromey enlightened me.
>
> Are we doing this differently than C?:
>
> http://www.gnu.org/prep/standards_23.html#SEC23
>
> If so, why?
We don't want to have a different Java coding convention from everyone
else.
Andrew.