Page 1 of 1

About Question enthuware.ocpjp.v11.2.3638 :

Posted: Thu Oct 05, 2023 11:45 pm
by st3ven
your code does not compile
shouldnt be there
public Void setApprovedUsers(final List<String> userids) {
instead of
public void setApprovedUsers(final List<String> userids) {
?

Re: About Question enthuware.ocpjp.v11.2.3638 :

Posted: Fri Oct 06, 2023 5:07 am
by admin
You are right. It should be Void.
thank you for your feedback!