Skip to content

Commit

Permalink
update redactConfValues comment
Browse files Browse the repository at this point in the history
  • Loading branch information
bowenliang123 committed Nov 29, 2023
1 parent 4158c35 commit 83f0ca1
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ object CommandLineUtils {
Seq(CP, classpathEntries.mkString(File.pathSeparator))

/**
* Redact config values for the given config keys
* Match the conf string in the form of "key=value"
* and redact the value with the replacement text if keys are contained in given config keys
*/
def redactConfValues(
configs: Iterable[String],
Expand Down

0 comments on commit 83f0ca1

Please sign in to comment.