Skip to content

Commit 7a0da47

Browse files
committed
[HOTFIX] Build break due to apache#5128
1 parent a41b9c6 commit 7a0da47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

graphx/src/main/scala/org/apache/spark/graphx/lib/PageRank.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ import org.apache.spark.graphx._
2525
/**
2626
* PageRank algorithm implementation. There are two implementations of PageRank implemented.
2727
*
28-
* The first implementation uses the standalone [[Graph]] interface and runs PageRank for a fixed number
29-
* of iterations:
28+
* The first implementation uses the standalone [[Graph]] interface and runs PageRank
29+
* for a fixed number of iterations:
3030
* {{{
3131
* var PR = Array.fill(n)( 1.0 )
3232
* val oldPR = Array.fill(n)( 1.0 )

0 commit comments

Comments
 (0)