About Question enthuware.ocpjp.v8.2.1384 :

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
curiox
Posts: 5
Joined: Thu Aug 20, 2015 7:32 am
Contact:

About Question enthuware.ocpjp.v8.2.1384 :

Post by curiox »

The code of the following line:

Code: Select all

a.assert(Integer.parseInt(args[0]); //4
Is lacking a parenthesis, it should be like this:

Code: Select all

a.assert(Integer.parseInt(args[0])); //4
See that the parenthesis in the first only close the parseInt method.

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

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

Post by admin »

You are right. Fixed.
thank you for your feedback!

Post Reply

Who is online

Users browsing this forum: No registered users and 6 guests