Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
sualeh committed Apr 16, 2015
2 parents 14e03f6 + 3ca514e commit 769a6b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

> The goal of this project is to use publicly and freely available documentation to create a reliable Java library to provide information about magnetic tracks and credit card numbers.
All classes are immutable and thread-safe. All getter methods return non-null values. The standard `toString()` function formats data in a readable form. Validity is enforced by JUnit tests.
All classes are immutable and thread-safe. The standard `toString()` function formats data in a readable form. Validity is enforced by JUnit tests.

Magnetic Track Parser depends on the [Credit Card Number](https://github.com/sualeh/credit_card_number) library.

Expand Down

0 comments on commit 769a6b5

Please sign in to comment.