Skip to content

Commit 9eda23e

Browse files
committed
Fix Javadoc8 error
1 parent 5121ff8 commit 9eda23e

File tree

1 file changed

+1
-1
lines changed
  • core/src/main/scala/org/apache/spark/rdd

1 file changed

+1
-1
lines changed

core/src/main/scala/org/apache/spark/rdd/RDD.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1118,9 +1118,9 @@ abstract class RDD[T: ClassTag](
11181118

11191119
/**
11201120
* Aggregates the elements of this RDD in a multi-level tree pattern.
1121+
* This method is semantically identical to [[org.apache.spark.rdd.RDD#aggregate]].
11211122
*
11221123
* @param depth suggested depth of the tree (default: 2)
1123-
* @see [[org.apache.spark.rdd.RDD#aggregate]] These two methods have identical semantics.
11241124
*/
11251125
def treeAggregate[U: ClassTag](zeroValue: U)(
11261126
seqOp: (U, T) => U,

0 commit comments

Comments
 (0)