On Fri, 2 Sep 2022 04:16:04 GMT, Mark Powers <mpow...@openjdk.org> wrote:

>> src/java.base/share/classes/sun/security/tools/keytool/Main.java line 3534:
>> 
>>> 3532:             Object[] source = {alias};
>>> 3533:             if (otherKeyPass != null) {
>>> 3534:                 System.err.println(form.format(source));
>> 
>> You can move the line above out as well. It's also the same.
>
> I can't factor them out because one is `println` and the other is `print`.

OK

-------------

PR: https://git.openjdk.org/jdk/pull/9972

Reply via email to