You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by Joerg Heinicke <jo...@gmx.de> on 2003/08/12 01:15:13 UTC

Re: cvs commit: cocoon-2.1/src/java/org/apache/cocoon/environment/commandline LinkSamplingEnvironment.java

upayavira@apache.org wrote:

> upayavira    2003/08/10 12:58:09
> 
>   Modified:    src/java/org/apache/cocoon/environment/commandline
>                         LinkSamplingEnvironment.java
>   Log:
>   Make the CLI only report unique link count in a page (previously it reported every link, including repeated links, when using link view)
>   
>   Should mean that link view and linkGathering both report the same number of links in a page

Why not using a Set then? See patch as attachment.

Joerg