Github user HyukjinKwon commented on a diff in the pull request:
https://github.com/apache/spark/pull/16741#discussion_r98463736
--- Diff: core/src/main/scala/org/apache/spark/SparkConf.scala ---
@@ -262,7 +262,7 @@ class SparkConf(loadDefaults: Boolean) extends
Cloneable with Logging with Seria
/**
* Get a time parameter as seconds; throws a NoSuchElementException if
it's not set. If no
* suffix is provided then seconds are assumed.
- * @throws java.util.NoSuchElementException
+ * @throws java.util.NoSuchElementException If the time parameter is not
set
--- End diff --
**Before**
- Scaladoc
<img width="346" alt="2017-01-31 12 24 09"
src="https://cloud.githubusercontent.com/assets/6477701/22428775/ab12a338-e74b-11e6-985a-159eb404e445.png">
- Javadoc
<img width="327" alt="2017-01-31 12 01 57"
src="https://cloud.githubusercontent.com/assets/6477701/22428675/4c918644-e74b-11e6-9038-3fb89fe2d3d8.png">
**After**
- Scaladoc
<img width="579" alt="2017-01-31 12 23 31"
src="https://cloud.githubusercontent.com/assets/6477701/22428741/8729d4c8-e74b-11e6-8433-a37f04961131.png">
- Javadoc
<img width="593" alt="2017-01-31 12 22 58"
src="https://cloud.githubusercontent.com/assets/6477701/22428742/872c98ac-e74b-11e6-8940-78e528ece3f9.png">
---
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]