Github user JoshRosen commented on a diff in the pull request:
https://github.com/apache/spark/pull/7518#discussion_r34962199
--- Diff:
mllib/src/main/scala/org/apache/spark/mllib/regression/StreamingLinearAlgorithm.scala
---
@@ -130,7 +147,10 @@ abstract class StreamingLinearAlgorithm[
}
- /** Java-friendly version of `predictOnValues`. */
+ /** Java-friendly version of `predictOnValues`.
--- End diff --
This is mis-formatted; the line with the `/**` shouldn't have the method
description on it (see the other multi-line Scaladoc strings in this file for
examples of the proper style).
---
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]