aboutsummaryrefslogtreecommitdiff
path: root/graphx/src
diff options
context:
space:
mode:
authorSean Owen <sowen@cloudera.com>2016-07-16 13:26:58 -0700
committerReynold Xin <rxin@databricks.com>2016-07-16 13:26:58 -0700
commit5ec0d692b0789a1d06db35134ee6eac2ecce47c3 (patch)
treea2133d38bd0af3ee2aac4aacfe0c856fe56488a5 /graphx/src
parenta1ffbada8a266a4130de6fffc4a5efd085a29ae4 (diff)
downloadspark-5ec0d692b0789a1d06db35134ee6eac2ecce47c3.tar.gz
spark-5ec0d692b0789a1d06db35134ee6eac2ecce47c3.tar.bz2
spark-5ec0d692b0789a1d06db35134ee6eac2ecce47c3.zip
[SPARK-3359][DOCS] More changes to resolve javadoc 8 errors that will help unidoc/genjavadoc compatibility
## What changes were proposed in this pull request? These are yet more changes that resolve problems with unidoc/genjavadoc and Java 8. It does not fully resolve the problem, but gets rid of as many errors as we can from this end. ## How was this patch tested? Jenkins build of docs Author: Sean Owen <sowen@cloudera.com> Closes #14221 from srowen/SPARK-3359.3.
Diffstat (limited to 'graphx/src')
-rw-r--r--graphx/src/main/scala/org/apache/spark/graphx/util/GraphGenerators.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphx/src/main/scala/org/apache/spark/graphx/util/GraphGenerators.scala b/graphx/src/main/scala/org/apache/spark/graphx/util/GraphGenerators.scala
index 4da1ecb2a9..2b3e5f98c4 100644
--- a/graphx/src/main/scala/org/apache/spark/graphx/util/GraphGenerators.scala
+++ b/graphx/src/main/scala/org/apache/spark/graphx/util/GraphGenerators.scala
@@ -119,7 +119,7 @@ object GraphGenerators extends Logging {
* A random graph generator using the R-MAT model, proposed in
* "R-MAT: A Recursive Model for Graph Mining" by Chakrabarti et al.
*
- * See [[http://www.cs.cmu.edu/~christos/PUBLICATIONS/siam04.pdf]].
+ * See http://www.cs.cmu.edu/~christos/PUBLICATIONS/siam04.pdf.
*/
def rmatGraph(sc: SparkContext, requestedNumVertices: Int, numEdges: Int): Graph[Int, Int] = {
// let N = requestedNumVertices