itr.nextToken() is inside the if.

On Tue, May 24, 2011 at 7:29 AM, <maryanne.dellasa...@gdc4s.com> wrote:

>    while (itr.hasMoreTokens()) {
>        if(count == 5)
>        {
>                word.set(itr.nextToken());
>                output.collect(word, one);
>        }
>        count++;
>      }
>

Reply via email to