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

    https://github.com/apache/spark/pull/12023#discussion_r57674663
  
    --- Diff: 
mllib/src/main/scala/org/apache/spark/ml/classification/RandomForestClassifier.scala
 ---
    @@ -136,7 +144,8 @@ object RandomForestClassifier {
      * [[http://en.wikipedia.org/wiki/Random_forest  Random Forest]] model for 
classification.
      * It supports both binary and multiclass labels, as well as both 
continuous and categorical
      * features.
    - * @param _trees  Decision trees in the ensemble.
    +  *
    --- End diff --
    
    Update your IntelliJ settings: Editor -> Code Style -> Scala -> ScalaDoc 
tab -> uncheck "Use scaladoc indent for leading asterisk."
    
    You will probably need to manually correct these indentation changes for 
this PR, though.


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