Title: erroneous error

Hi,

The following snippet compiles fine, but Adriana shows it as an error:

try

{

        // construct and initialize file watcher ...

        fileWatcher = BUILDER.new FileWatcher(ROOT_PATH);

        fileWatcher.updateWatch();

}

catch (IOException e)

{

        Debug.print(CLASSNAME, e);

}


The error indicated on the letter "n" of BUILDER.new FileWatcher....


I'm on Win2000, Build 616, JDK 1.3.1_03.


Thanks,

Mike Liu


Reply via email to