good idea!

On 2009-02-12, <[email protected]> wrote:

>>    private void lookForPackageInfos(File srcDir, File[] newFiles) {
>>        for (int i = 0; i < newFiles.length; i++) {
>>            File f = newFiles[i];
>>            if (!f.getName().equals("package-info.java")) {
>>                continue;

should that test better be case-insensitive?

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to