Page 1 of 1

About Question enthuware.ocajp.i.v7.2.1063 :

Posted: Wed Oct 03, 2012 9:47 am
by ETS User
  public void store() throws IOException{     return Util.store(stock);   }
Not compile, why have a return type.

Kind regards

Re: About Question enthuware.ocajp.i.v7.2.1063 :

Posted: Wed Oct 03, 2012 2:37 pm
by admin
You are right. There is no need for "return". Although irrelevant for the question, it should be fixed asap.

thank you for your feedback!