You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2022/02/09 02:17:18 UTC

[GitHub] [spark] wzhfy commented on a change in pull request #35441: [MINOR][DOCS] Fix multi-line JavaDoc comments style in `BlockManagerMaster`

wzhfy commented on a change in pull request #35441:
URL: https://github.com/apache/spark/pull/35441#discussion_r802214641



##########
File path: core/src/main/scala/org/apache/spark/storage/BlockManagerMaster.scala
##########
@@ -56,8 +57,9 @@ class BlockManagerMaster(
     driverEndpoint.askSync[Seq[ReplicateBlock]](GetReplicateInfoForRDDBlocks(blockManagerId))
   }
 
-  /** Request removal of a dead executor from the driver endpoint.
-   *  This is only called on the driver side. Non-blocking
+  /**
+   * Request removal of a dead executor from the driver endpoint.
+   * This is only called on the driver side. Non-blocking.

Review comment:
       It's a very minor change, I just can't find a suitable place to fix it. If you think it's not worthy, I can close it.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org