>
>  * if ( handler.finishEdge( prevHead, e, v ).equals( VisitState.ABORT )
>   )   ......
>

even better:

    VisitState.ABORT == handler.finishEdge( prevHead, e, v )


> Looks good to me, +1 :)

great, I am going to change it - then sleeping to cheat the new TZ :P

best,
-Simo

http://people.apache.org/~simonetripodi/
http://simonetripodi.livejournal.com/
http://twitter.com/simonetripodi
http://www.99soft.org/



On Sun, Mar 25, 2012 at 11:15 PM, Claudio Squarcella
<squar...@dia.uniroma3.it> wrote:
> Hi,
>
>> My proposal is switching to a more expressive values, kind of
>> VisitState.(ABORT|CONTINUE) enumeration that is free of any
>> misunderstanding. Thoughts?
>
>
> ok so something like:

>
> Ciao,
> Claudio
>
>>
>> best and thanks,
>> -Simo
>>
>> http://people.apache.org/~simonetripodi/
>> http://simonetripodi.livejournal.com/
>> http://twitter.com/simonetripodi
>> http://www.99soft.org/
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
>> For additional commands, e-mail: dev-h...@commons.apache.org
>>
>
> --
> Claudio Squarcella
> PhD student at Roma Tre University
> http://www.dia.uniroma3.it/~squarcel
> http://twitter.com/hyperboreans
> http://claudio.squarcella.com/
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> For additional commands, e-mail: dev-h...@commons.apache.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to