Backblaze / JavaReedSolomon

Backblaze Reed-Solomon Implementation in Java
https://www.backblaze.com/open-source-reed-solomon.html
MIT License
753 stars 152 forks source link

Use Arrays.equals for equality in Matrix.java #6

Closed srsudar closed 8 years ago

srsudar commented 9 years ago

This doesn't affect the tests, which use .toString() as a proxy for equality, but it might affect users of the library and causes one of my lint tools to complain.

srsudar commented 9 years ago

I won't be offended if you want to make this change yourself rather than accepting a PR. =)