mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8242260: Add forRemoval=true to already deprecated ContentSigner
Reviewed-by: alanb, mullan, xuelei
This commit is contained in:
parent
474ce89ebc
commit
dc6d76f518
8 changed files with 82 additions and 47 deletions
|
@ -444,13 +444,13 @@ public class Main {
|
|||
if (++n == args.length) usageNoArg();
|
||||
altSignerClass = args[n];
|
||||
System.err.println(
|
||||
rb.getString("This.option.is.deprecated") +
|
||||
rb.getString("This.option.is.forremoval") +
|
||||
"-altsigner");
|
||||
} else if (collator.compare(flags, "-altsignerpath") ==0) {
|
||||
if (++n == args.length) usageNoArg();
|
||||
altSignerClasspath = args[n];
|
||||
System.err.println(
|
||||
rb.getString("This.option.is.deprecated") +
|
||||
rb.getString("This.option.is.forremoval") +
|
||||
"-altsignerpath");
|
||||
} else if (collator.compare(flags, "-sectionsonly") ==0) {
|
||||
signManifest = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue