Skip to content

Test leap years#272

Open
pnemonic78 wants to merge 2 commits into
KosherJava:masterfrom
pnemonic78:issue_121
Open

Test leap years#272
pnemonic78 wants to merge 2 commits into
KosherJava:masterfrom
pnemonic78:issue_121

Conversation

@pnemonic78
Copy link
Copy Markdown
Contributor

Regarding issue #121

return true;
}
if (object == null || getClass() != object.getClass()) {
if (!(object instanceof JewishDate)) {
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

@pnemonic78 , I believe that this change will treat a JewishDate and JewishCalendar as equals, something that should probably not be the case. Other than this I committed the rest of the changes in JewishDate in dfcb12d

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.

2 participants