RFR: 8145418: [macosx] Help message for -Xdock:name has a superfluous trailing quote "
Naoto Sato
naoto.sato at oracle.com
Fri Jul 1 20:14:33 UTC 2016
+1
Naoto
On 7/1/16 1:08 PM, Kumar Srinivasan wrote:
> Hello,
>
> Please review simple fix:
> https://bugs.openjdk.java.net/browse/JDK-8145418
>
> Thanks
> Kumar
>
> diff --git
> a/src/java.base/share/classes/sun/launcher/resources/launcher.properties
> b/src/java.base/share/classes/sun/launcher/resources/launcher.properties
> ---
> a/src/java.base/share/classes/sun/launcher/resources/launcher.properties
> +++
> b/src/java.base/share/classes/sun/launcher/resources/launcher.properties
> @@ -141,7 +141,7 @@
> The following options are Mac OS X specific:\n\
> \ -XstartOnFirstThread\n\
> \ run the main() method on the first (AppKit)
> thread\n\
> -\ -Xdock:name=<application name>"\n\
> +\ -Xdock:name=<application name>\n\
> \ override default application name displayed in
> dock\n\
> \ -Xdock:icon=<path to icon file>\n\
> \ override default icon displayed in dock\n\n
>
More information about the core-libs-dev
mailing list