8173393: Module system implementation refresh (2/2017)

Co-authored-by: Mandy Chung <mandy.chung@oracle.com>
Co-authored-by: Claes Redestad <claes.redestad@oracle.com>
Co-authored-by: Alex Buckley <alex.buckley@oracle.com>
Co-authored-by: Mark Reinhold <mark.reinhold@oracle.com>
Co-authored-by: John Rose <john.r.rose@oracle.com>
Reviewed-by: dfuchs, psandoz, mchung, alanb
This commit is contained in:
Alan Bateman 2017-02-10 09:04:39 +00:00
parent b793624138
commit a4693ee7d2
141 changed files with 5961 additions and 3198 deletions

View file

@ -57,6 +57,7 @@ import java.util.ResourceBundle;
* @see <a href="../ResourceBundle.html#RBP_support">
* ResourceBundleProvider Service Providers</a>
* @since 9
* @spec JPMS
*/
public interface ResourceBundleProvider {
/**