Skip to content

Commit d13e1a2

Browse files
committed
style
1 parent 535791b commit d13e1a2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

core/src/main/scala/org/apache/spark/storage/ShuffleBlockFetcherIterator.scala

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1008,13 +1008,12 @@ object ShuffleBlockFetcherIterator {
10081008

10091009
/**
10101010
* Result of a fetch from a remote block successfully.
1011-
*
10121011
* @param blockId block id
10131012
* @param mapIndex the mapIndex for this block, which indicate the index in the map stage.
10141013
* @param address BlockManager that the block was fetched from.
10151014
* @param size estimated size of the block. Note that this is NOT the exact bytes.
10161015
* Size of remote block is used to calculate bytesInFlight.
1017-
* @param buf `ManagedBuffer` for the content.
1016+
* @param buf `ManagedBuffer` for the content.
10181017
* @param isNetworkReqDone Is this the last network request for this host in this fetch request.
10191018
* @param digest Is the digest of the result, default is -1L.
10201019
*/

0 commit comments

Comments
 (0)