We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a29c65 commit 47c86bdCopy full SHA for 47c86bd
core/src/main/scala/org/apache/spark/ui/WebUI.scala
@@ -103,10 +103,10 @@ private[spark] abstract class WebUI(
103
}
104
105
/**
106
- * Detaches the content handler at `path` URI.
107
- *
108
- * @param path Path in UI to unmount.
109
- */
+ * Detaches the content handler at `path` URI.
+ *
+ * @param path Path in UI to unmount.
+ */
110
def detachHandler(path: String): Unit = {
111
handlers.find(_.getContextPath() == path).foreach(detachHandler)
112
0 commit comments