8196403: remove the remaining use of string keys for errors and warnings in the compiler

Reviewed-by: mcimadamore, jlahoda
This commit is contained in:
Vicente Romero 2018-02-02 07:43:54 -05:00
parent 1335ebada2
commit 5f7d996632
21 changed files with 245 additions and 375 deletions

View file

@ -1,5 +1,5 @@
/*
* Copyright (c) 2014, 2017, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2014, 2018, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
@ -85,6 +85,8 @@ module jdk.compiler {
exports com.sun.tools.javac.api to
jdk.javadoc,
jdk.jshell;
exports com.sun.tools.javac.resources to
jdk.jshell;
exports com.sun.tools.javac.code to
jdk.javadoc,
jdk.jshell;