Zakusov <[EMAIL PROTECTED]>
wrote:
Hello,
What do you think about migration to java 5.0 - it will allow you to
close many todos like
// XXX List of what?
private List files;
The following code looks better :)
private List files;
+ we can use another form of for
lo,
>
> What do you think about migration to java 5.0 - it will allow you to close
> many todos like
>
> // XXX List of what?
> private List files;
>
> The following code looks better :)
>
> private List files;
>
> + we can use another form of for sta
Hello,
What do you think about migration to java 5.0 - it will allow you to close
many todos like
// XXX List of what?
private List files;
The following code looks better :)
private List files;
+ we can use another form of for statement designed for iteration through
Collections