Hi,
>> while (iterator.hasNext()) {}
>
> while (iterator.hasNext()) { /* intentionally left blank */ }I think moving to one of these blocks formats could be more readable ... Sandro
Hi,
>> while (iterator.hasNext()) {}
>
> while (iterator.hasNext()) { /* intentionally left blank */ }I think moving to one of these blocks formats could be more readable ... Sandro