Github user pwendell commented on a diff in the pull request:

    https://github.com/apache/spark/pull/33#discussion_r10150320
  
    --- Diff: core/src/main/scala/org/apache/spark/ui/JettyUtils.scala ---
    @@ -41,56 +46,103 @@ private[spark] object JettyUtils extends Logging {
       type Responder[T] = HttpServletRequest => T
     
       // Conversions from various types of Responder's to jetty Handlers
    -  implicit def jsonResponderToHandler(responder: Responder[JValue]): 
Handler =
    +  implicit def jsonResponderToHandler(responder: Responder[JValue]): 
HttpServlet =
    --- End diff --
    
    should these functions be renamed now to `xxxToServlet`?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to