From e4af246d8d851c236c2631a459a32356e432d697 Mon Sep 17 00:00:00 2001 From: Piotrek Zygielo Date: Thu, 16 May 2024 14:13:36 +0200 Subject: [PATCH] Fix javadoc to reflect implementation --- .../main/java/com/sun/enterprise/admin/launcher/GFLauncher.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nucleus/admin/launcher/src/main/java/com/sun/enterprise/admin/launcher/GFLauncher.java b/nucleus/admin/launcher/src/main/java/com/sun/enterprise/admin/launcher/GFLauncher.java index c0f286bc354..a539585eeb2 100644 --- a/nucleus/admin/launcher/src/main/java/com/sun/enterprise/admin/launcher/GFLauncher.java +++ b/nucleus/admin/launcher/src/main/java/com/sun/enterprise/admin/launcher/GFLauncher.java @@ -590,7 +590,7 @@ private List getDebugOptionsFromDomainXMLJavaConfig() { /** * - * look for an option of this form: -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=9009 and + * look for an option of this form: -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=9009 and * extract the suspend and port values. * */