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

    https://github.com/apache/spark/pull/16741#discussion_r98441602
  
    --- 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 --
    
    I see. Yeah it's unfortunate that this (and other) classes aren't found by 
unidoc. They're JDK classes! I don't see what we could be doing wrong though,
    
    In other cases it's easy enough to change `[[` to a back-tick to work 
around the warning. Here you'd have to mis-use scaladoc a bit to work around 
it. I think you could leave this, IMHO. The other `[[` changes make sense.


---
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