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

    https://github.com/apache/spark/pull/16741#discussion_r98437443
  
    --- Diff: core/src/main/scala/org/apache/spark/FutureAction.scala ---
    @@ -58,7 +58,7 @@ trait FutureAction[T] extends Future[T] {
        *
        * @param atMost maximum wait time, which may be negative (no waiting is 
done), Duration.Inf
        *               for unbounded waiting, or a finite positive duration
    -   * @throws Exception exception during action execution
    +   * @note Throws `Exception` exception during action execution
    --- End diff --
    
    Ugh, this still generates warnings in unidoc? Does it actually render 
correctly anyway?
    
    If it renders correctly, I'm inclined to keep it, as long as it doesn't 
fail the build.
    If it didn't render correctly to begin with, OK.


---
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 [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to