Skip to content
Prev Previous commit
Remove outdated comment
  • Loading branch information
andrewor14 committed Apr 7, 2014
commit c78c92d2240d563219c9d7036d480619dc789d76
2 changes: 1 addition & 1 deletion core/src/main/scala/org/apache/spark/ui/WebUI.scala
Original file line number Diff line number Diff line change
Expand Up @@ -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()

/**
Expand Down