About Question enthuware.ocpjp.v8.2.1677 :

All the posts and topics that contain only an error report will be moved here after the error is corrected. This is to ensure that when users view a question in ETS Viewer, the "Discuss" button will not indicate the presence of a discussion that adds no value to the question.

Moderators: Site Manager, fjwalraven

Post Reply
oscar_
Posts: 7
Joined: Sat Feb 27, 2016 5:56 am
Contact:

About Question enthuware.ocpjp.v8.2.1677 :

Post by oscar_ »

Syntax error in the last example. Semicolon is missing for the System.out.println() call.
public class MyFileVisitor extends SimpleFileVisitor<Path> {
    public FileVisitResult visitFile(Path p, BasicFileAttributes attr) {
      System.out.println("Visited file : "+p)
      return FileVisitResult.CONTINUE;
     }
}

admin
Site Admin
Posts: 10388
Joined: Fri Sep 10, 2010 9:26 pm
Contact:

Re: About Question enthuware.ocpjp.v8.2.1677 :

Post by admin »

Fixed.
thank you for your feedback!

Post Reply

Who is online

Users browsing this forum: No registered users and 5 guests