Skip to content

Commit be23343

Browse files
committed
correcting comment syntax (3rd update)
1 parent cb52562 commit be23343

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mllib/src/main/scala/org/apache/spark/mllib/linalg/distributed/BlockMatrix.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ class BlockMatrix @Since("1.3.0") (
450450
*
451451
* @return BlockMatrix Schur Complement as BlockMatrix
452452
* @since 1.6.0
453-
*/
453+
*/
454454
private[mllib] def SchurComplement: BlockMatrix = {
455455
require(this.numRowBlocks == this.numColBlocks, "Block Matrix must be square.")
456456
require(this.numRowBlocks > 1, "Block Matrix must be larger than one block.")

0 commit comments

Comments
 (0)