Skip to content

Commit 47c86bd

Browse files
Use Javadoc style indentation for multiline comments
1 parent 1a29c65 commit 47c86bd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

core/src/main/scala/org/apache/spark/ui/WebUI.scala

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -103,10 +103,10 @@ private[spark] abstract class WebUI(
103103
}
104104

105105
/**
106-
* Detaches the content handler at `path` URI.
107-
*
108-
* @param path Path in UI to unmount.
109-
*/
106+
* Detaches the content handler at `path` URI.
107+
*
108+
* @param path Path in UI to unmount.
109+
*/
110110
def detachHandler(path: String): Unit = {
111111
handlers.find(_.getContextPath() == path).foreach(detachHandler)
112112
}

0 commit comments

Comments
 (0)