Skip to content

Commit ecebb3f

Browse files
committed
Fix typo.
1 parent 34a49d5 commit ecebb3f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

core/src/main/scala/org/apache/spark/broadcast/TorrentExecutorBroadcast.scala

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ import org.apache.spark.util.Utils
4646
* @tparam T The type of the element of RDD to be broadcasted.
4747
* @tparam U The type of object transformed from the collection of elements of the RDD.
4848
*
49-
@ @param rdd The RDD to be broadcasted on executors.
50-
* @param mode The [[BroadcastMode]] object used to transform the result of RDD to the object which
51-
* will be stored in the [[BlockManager]].
49+
* @param rdd The RDD to be broadcasted on executors.
50+
* @param mode The [[org.apache.spark.broadcast.BroadcastMode]] object used to transform the result
51+
* of RDD to the object which will be stored in block manager.
5252
* @param id A unique identifier for the broadcast variable.
5353
*/
5454
private[spark] class TorrentExecutorBroadcast[T: ClassTag, U: ClassTag](

0 commit comments

Comments
 (0)