Skip to content

Commit

Permalink
Update EdgeBlockSHA.java
Browse files Browse the repository at this point in the history
  • Loading branch information
MohsenKoohi authored Sep 2, 2023
1 parent 877edb1 commit 1b95710
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions EdgeBlockSHA.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
It is a parallel code for calculating SHASUM of 64 MB
It is a parallel code for calculating SHASUM of 64 Million
edge blocks of MS-BioGraphs using the WebGraph library.
*/

Expand Down Expand Up @@ -317,4 +317,4 @@ private String getTime()
{
return " \033[0;32m" + df.format(new java.util.Date())+ "\033[0;37m ";
}
}
}

0 comments on commit 1b95710

Please sign in to comment.