Skip to content

Commit f35b833

Browse files
committed
Fix two misc javadoc problems
1 parent 254e8ef commit f35b833

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bagel/src/main/scala/org/apache/spark/bagel/Bagel.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ object Bagel extends Logging {
4343
* Default is the default parallelism of the SparkContext
4444
* @param storageLevel org.apache.spark.storage.StorageLevel to use for caching of
4545
* intermediate RDDs in each superstep. Defaults to caching in memory.
46-
*@param compute function that takes a Vertex, optional set of (possibly combined) messages to
46+
* @param compute function that takes a Vertex, optional set of (possibly combined) messages to
4747
* the Vertex, optional Aggregator and the current superstep,
4848
* and returns a set of (Vertex, outgoing Messages) pairs
4949
* @tparam K key

core/src/main/scala/org/apache/spark/scheduler/JobLogger.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ class JobLogger(val user: String, val logDirName: String)
8181
/**
8282
* Create a log file for one job
8383
* @param jobID ID of the job
84-
* @exception FileNotFoundException Fail to create log file
84+
* @throws FileNotFoundException Fail to create log file
8585
*/
8686
protected def createLogWriter(jobID: Int) {
8787
try {

0 commit comments

Comments
 (0)