Skip to content
This repository was archived by the owner on Oct 23, 2024. It is now read-only.
Merged
Next Next commit
Fix scalastyle error for multiline comment
  • Loading branch information
samvantran committed Jan 4, 2019
commit 8ebff3b6ce63d52e12bea780db02cb059cfdc757
4 changes: 2 additions & 2 deletions core/src/main/scala/org/apache/spark/SecurityManager.scala
Original file line number Diff line number Diff line change
Expand Up @@ -523,8 +523,8 @@ private[spark] class SecurityManager(
}

/**
* Trying to find a File Based Secret with path specified in SPARK_AUTH_SECRET_CONF
*/
* Trying to find a File Based Secret with path specified in SPARK_AUTH_SECRET_CONF
*/
def getFileBasedSecret(): Option[String] = {
sparkConf
.getOption(SPARK_AUTH_SECRET_CONF)
Expand Down