Github user srowen commented on a diff in the pull request:
https://github.com/apache/spark/pull/16137#discussion_r91938202
--- Diff: core/src/main/scala/org/apache/spark/SparkContext.scala ---
@@ -2412,6 +2540,9 @@ object SparkContext extends Logging {
/**
* Find the JAR from which a given class was loaded, to make it easy for
users to pass
* their JARs to SparkContext.
+ *
+ * @param cls Class that should be inside of the jar
--- End diff --
Nit, I don't even feel strongly about it: "class" isn't capitalized, except
where used as the class name `Class`. Most uses in your new docs are just the
noun, not class name. So you might just write "class", or else back-tick it
where it can be referred to as a class name.
---
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]