/**
  * returns the encircled energy for the specified extraction aperture
  * @param aperture, extraction aperture that the

----------^^^^^^^^----------------------------------------------------

  *        astronomer intends to use for this target
  **/
public double getEncircledEnergy(ExtractionAperture aperture)
{
     return getEncircledEnergy(aperture, pPivot);
}

(red characters marked with ^)

It turns out that it doesn't like the comma.

Jason Boehle wrote:

> Examples?
> 
> -----Original Message-----
> From: Donald F. McLean [mailto:[EMAIL PROTECTED]] 
> Sent: Thursday, February 07, 2002 3:24 PM
> To: IDEA Discussion
> Subject: [Eap-list] 602: Syntax Error Checking Bug
> 
> 
> I'm getting red ink in my javadoc @param and @throws lines, even when 
> the values are correct.



_______________________________________________
Eap-list mailing list
[EMAIL PROTECTED]
http://www.intellij.com/mailman/listinfo/eap-list

Reply via email to