mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 11:04:34 +02:00
8003967: detect and remove all mutable implicit static enum fields in langtools
Reviewed-by: jjg
This commit is contained in:
parent
5c0bff8f21
commit
8fc2d739bd
31 changed files with 333 additions and 128 deletions
|
@ -117,7 +117,7 @@ public class JavapTask implements DisassemblerTool.DisassemblerTask, Messages {
|
|||
final String[] aliases;
|
||||
}
|
||||
|
||||
static Option[] recognizedOptions = {
|
||||
static final Option[] recognizedOptions = {
|
||||
|
||||
new Option(false, "-help", "--help", "-?") {
|
||||
void process(JavapTask task, String opt, String arg) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue