Skip to content

Commit 7753998

Browse files
committed
Removing unnecessary javadoc
1 parent 000efb1 commit 7753998

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

core/src/main/scala/org/apache/spark/util/Utils.scala

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2591,8 +2591,6 @@ private[spark] object Utils extends Logging {
25912591
* of the key value pairs. No care is taken to make sure the redaction property itself is not
25922592
* redacted. So theoretically, the property itself could be configured to redact its own value
25932593
* when printing.
2594-
* @param kvs
2595-
* @return
25962594
*/
25972595
def redact(kvs: Map[String, String]): Seq[(String, String)] = {
25982596
val redactionPattern = kvs.getOrElse(SECRET_REDACTION_PROPERTY, SECRET_REDACTION_DEFAULT).r

0 commit comments

Comments
 (0)