[GitHub] spark pull request #17358: [SPARK-20027][DOCS] Compilation fix in java docs.

2017-03-22 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/17358 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] spark pull request #17358: [SPARK-20027][DOCS] Compilation fix in java docs.

2017-03-20 Thread ScrapCodes
Github user ScrapCodes commented on a diff in the pull request: https://github.com/apache/spark/pull/17358#discussion_r106875992 --- Diff: common/network-common/src/main/java/org/apache/spark/network/crypto/ClientChallenge.java --- @@ -28,7 +28,7 @@ /** * The client

[GitHub] spark pull request #17358: [SPARK-20027][DOCS] Compilation fix in java docs.

2017-03-20 Thread srowen
Github user srowen commented on a diff in the pull request: https://github.com/apache/spark/pull/17358#discussion_r106847044 --- Diff: common/network-common/src/main/java/org/apache/spark/network/crypto/ClientChallenge.java --- @@ -28,7 +28,7 @@ /** * The client

[GitHub] spark pull request #17358: [SPARK-20027][DOCS] Compilation fix in java docs.

2017-03-19 Thread ScrapCodes
GitHub user ScrapCodes opened a pull request: https://github.com/apache/spark/pull/17358 [SPARK-20027][DOCS] Compilation fix in java docs. ## What changes were proposed in this pull request? During build/sbt publish-local, build breaks due to javadocs errors. This patch