Skip to content

Commit

Permalink
Seán's comments
Browse files Browse the repository at this point in the history
  • Loading branch information
wangweij committed Mar 15, 2024
1 parent 3491a4c commit 94d0b4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/java.base/share/classes/sun/security/util/Debug.java
Original file line number Diff line number Diff line change
Expand Up @@ -169,9 +169,9 @@ public static Debug getInstance(String option, String prefix)
* Usually, this method is used by other individual era-specific debug
* settings. For example,
* {@snippet lang=java:
* Map<String,String> settings = loadLoginSettings();
* Map<String, String> settings = loadLoginSettings();
* String property = settings.get("login");
* Debug debug = Debug.of("login", setting);
* Debug debug = Debug.of("login", property);
* }
* @param option the debug option name
* @param property debug setting for this option
Expand Down

0 comments on commit 94d0b4e

Please sign in to comment.