Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added SEPA support to IbanUtil and Countrycodes #41

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

4braincells
Copy link

As stated in the comment from last week, I added SEPA support to IbanUtil and Countrycodes and would like you to merge this.

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.3%) to 98.741% when pulling 6823f34 on sscheid-the-real-one:master into ce1ca12 on arturmkrtchyan:master.

@4braincells
Copy link
Author

Set JAVA_HOME on the jenkins and rerun the checks 👎

public String getName() {
return name;
}
private final String sepaIdentifier;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why don't you use a boolean type for this field ?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well, no special reason. We got used to use literals in many places in our application, so this was just straightforward decision. It just had to do it's job ... :-)
If you guys vote for bool, I'll refactor ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants