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

    https://github.com/apache/spark/pull/16741#discussion_r100900474
  
    --- Diff: mllib/src/main/scala/org/apache/spark/ml/util/ReadWrite.scala ---
    @@ -135,13 +135,13 @@ abstract class MLWriter extends BaseReadWrite with 
Logging {
     }
     
     /**
    - * Trait for classes that provide [[MLWriter]].
    + * Trait for classes that provide `MLWriter`.
    --- End diff --
    
    @HyukjinKwon Are you sure this is a problem?  I just tried generating the 
docs using Java 8, and the link with ```[[MLWriter]]``` worked for both Scala 
and Java.  Maybe it is fine for some cases (like this, where MLWriter is part 
of the package being compiled) and not for other cases (such as when the class 
is from a dependency).


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