Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!.POSTED!not-for-mail From: Steven Simpson Newsgroups: comp.lang.java.programmer Subject: Re: please help understanding syntax Date: Sun, 08 Jan 2012 08:25:02 +0000 Organization: Aioe.org NNTP Server Lines: 14 Message-ID: References: <7e21b19b-356f-4a0b-ae08-687fc79e1afa@dp8g2000vbb.googlegroups.com> NNTP-Posting-Host: z5mVTYUYMEmb3DSn9kC+DQ.user.speranza.aioe.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: abuse@aioe.org User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:8.0) Gecko/20111124 Thunderbird/8.0 X-Notice: Filtered by postfilter v. 0.8.2 Xref: x330-a1.tempe.blueboxinc.net comp.lang.java.programmer:11103 On 07/01/12 22:55, Steven Simpson wrote: > Perhaps it's supposed to be 'new Auth.background()', though that's an > unconventional name for a class. > > Perhaps it's supposed to be 'new Auth.background(new Runnable() { ...'. D'oh! For the Runnable case, I meant 'Auth.background(new Runnable() {...'. Too many 'new's. Not that the extra 'new' was necessarily wrong, just not intended. -- ss at comp dot lancs dot ac dot uk