From c78c92d2240d563219c9d7036d480619dc789d76 Mon Sep 17 00:00:00 2001 From: Andrew Or Date: Mon, 7 Apr 2014 16:26:00 -0700 Subject: [PATCH] Remove outdated comment --- core/src/main/scala/org/apache/spark/ui/WebUI.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/main/scala/org/apache/spark/ui/WebUI.scala b/core/src/main/scala/org/apache/spark/ui/WebUI.scala index 4392814fd1b39..126a7ff2f6080 100644 --- a/core/src/main/scala/org/apache/spark/ui/WebUI.scala +++ b/core/src/main/scala/org/apache/spark/ui/WebUI.scala @@ -85,7 +85,7 @@ private[spark] abstract class WebUI(securityManager: SecurityManager, basePath: } } - /** Initialize all components of the server. Must be called before bind(). */ + /** Initialize all components of the server. */ def start() /**