Page 1 of 1

About Question enthuware.ocpjp.v7.2.1389 :

Posted: Mon Aug 19, 2013 10:53 am
by ksnortum
There's a bug in the explanation code:

Code: Select all

transient Bond bonds = new Bond[]{ };
should be

Code: Select all

transient Bond bonds[] = new Bond[]{ };

Re: About Question enthuware.ocpjp.v7.2.1389 :

Posted: Mon Aug 19, 2013 7:47 pm
by admin
You are right. This has been fixed.
thank you for your feedback!