Skip to content

Commit

Permalink
Fix javadoc to reflect implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
pzygielo committed May 16, 2024
1 parent e6e71df commit e4af246
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,7 @@ private List<String> getDebugOptionsFromDomainXMLJavaConfig() {

/**
*
* look for an option of this form: <code>-Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=9009</code> and
* look for an option of this form: <code>-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=9009</code> and
* extract the suspend and port values.
*
*/
Expand Down

0 comments on commit e4af246

Please sign in to comment.