Page 1 of 1

About Question enthuware.ocpjp.ii.v11.2.3392 :

Posted: Wed Aug 28, 2019 12:57 pm
by tomex443
In answer:

Code: Select all

@Author("bob")) 
@Authors(@Author("alice")) 
void someMethod(int index){ }
You are have to many "))" -> @Author("bob")) it should be: @Author("bob")

Re: About Question enthuware.ocpjp.ii.v11.2.3392 :

Posted: Wed Aug 28, 2019 8:31 pm
by admin
You are right. Fixed.
thank you for your feedback!