Permalink
Please
sign in to comment.
Browse files
Replace computeHash with ComputeMD5; resolves #333. (#338)
* Replace computeHash with ComputeMD5; resolves #333. * I suppose these are redundant.
- Loading branch information...
Showing
with
25 additions
and 31 deletions.
- +7 −7 src/main/scala/io/archivesunleashed/app/WriteGEXF.scala
- +3 −3 src/main/scala/io/archivesunleashed/app/WriteGraph.scala
- +4 −4 src/main/scala/io/archivesunleashed/app/WriteGraphML.scala
- +1 −1 src/main/scala/io/archivesunleashed/df/package.scala
- +1 −3 src/main/scala/io/archivesunleashed/matchbox/ComputeMD5.scala
- +0 −5 src/main/scala/io/archivesunleashed/matchbox/package.scala
- +3 −3 src/test/scala/io/archivesunleashed/app/ExtractPopularImagesTest.scala
- +5 −4 src/test/scala/io/archivesunleashed/df/SaveImageTest.scala
- +1 −1 src/test/scala/io/archivesunleashed/matchbox/StringUtilsTest.scala
0 comments on commit
9623c7a