You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ecs-dev@jakarta.apache.org by Stephan Stahl <st...@isogmbh.de> on 2001/07/09 16:08:08 UTC

org.apache.ecs.html.Link.java wrong comment / javadoc

Hi.

In the file org.apache.ecs.html.Link.java is a wrong comment / javadoc. The
class does not create a <a> tag but a <link>tag. I do not know how has to
change this. Just wanted to help.

Here is a diff for the file

58c58
<     This class creates a &lt;A&gt; tag.
---
>     This class creates a &lt;Link&gt; tag.

Stephan Stahl


---------------------------------------------------------------------
To unsubscribe, e-mail: ecs-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: ecs-dev-help@jakarta.apache.org


Re: org.apache.ecs.html.Link.java wrong comment / javadoc

Posted by Stephan Stahl <st...@isogmbh.de>.
From: "robert burrell donkin" <ro...@mac.com>
Sent: Monday, July 09, 2001 9:30 PM

> are you using the latest cvs version?
> i've taken a look and i can't see the problem anymore but i could be
wrong.

To be honestly no. I have forget to say i was using ecs 1.4.1. Maybe i
should have looked in the cvs myself but had little time :) Well then its
all ok.

> FYI if you want to get involved in jakarta,
http://jakarta.apache.org/site/
> getinvolved.html   is page that's worth looking at. (one of the reasons
> why i can't be 100% sure that your bug's been fixed is that without a diff
> -u against the latest cvs source it's hard for me to make sure that i'm
> looking at the right place.)

Thanks i'll take a look.

Stephan Stahl


---------------------------------------------------------------------
To unsubscribe, e-mail: ecs-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: ecs-dev-help@jakarta.apache.org


Re: org.apache.ecs.html.Link.java wrong comment / javadoc

Posted by robert burrell donkin <ro...@mac.com>.
On Monday, July 9, 2001, at 03:08 PM, Stephan Stahl wrote:

> Hi.

hi

> In the file org.apache.ecs.html.Link.java is a wrong comment / javadoc. 
> The
> class does not create a <a> tag but a <link>tag.

are you using the latest cvs version?
i've taken a look and i can't see the problem anymore but i could be wrong.
..

>  I do not know how has to
> change this. Just wanted to help.

cool.

> Here is a diff for the file
>
> 58c58
> <     This class creates a &lt;A&gt; tag.
> ---
>>     This class creates a &lt;Link&gt; tag.

FYI if you want to get involved in jakarta, http://jakarta.apache.org/site/
getinvolved.html   is page that's worth looking at. (one of the reasons 
why i can't be 100% sure that your bug's been fixed is that without a diff 
-u against the latest cvs source it's hard for me to make sure that i'm 
looking at the right place.)

- robert

---------------------------------------------------------------------
To unsubscribe, e-mail: ecs-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: ecs-dev-help@jakarta.apache.org