Page 1 of 1

About Question enthuware.ocpjp.i.v11.2.3133 :

Posted: Thu Jan 23, 2020 7:19 am
by seyfi1977
Hi,

I am not quite understand how is package exports here is duplicating:

exports com.amazing.movies;
and
exports com.amazing.movies.subtitles to com.amazing.rentals;

Re: About Question enthuware.ocpjp.i.v11.2.3133 :

Posted: Thu Jan 23, 2020 9:14 am
by admin
You are right. It should be just exports com.amazing.movies to com.amazing.rentals;
Fixed.
thank you for your feedback!