Skip to content

Commit

Permalink
8331750: [11u] JDK-8259530 is not backported correctly to 11u
Browse files Browse the repository at this point in the history
Reviewed-by: phh
  • Loading branch information
Kimura Yukihiro authored and RealCLanger committed Jun 6, 2024
1 parent 5599af4 commit d4039e8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -661,7 +661,7 @@ public boolean process(String opt, List<String> args) {
return true;
}
},
new Option(resources, "--legal-notices", 1) {
new XOption(resources, "--legal-notices", 1) {
@Override
public boolean process(String opt, List<String> args) {
legalnotices = args.get(0);
Expand Down

0 comments on commit d4039e8

Please sign in to comment.