mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 18:14:38 +02:00
8196403: remove the remaining use of string keys for errors and warnings in the compiler
Reviewed-by: mcimadamore, jlahoda
This commit is contained in:
parent
1335ebada2
commit
5f7d996632
21 changed files with 245 additions and 375 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue