FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Test leap years by pnemonic78 · Pull Request #272 · KosherJava/zmanim · GitHub

Test leap years - #272

Open
pnemonic78 wants to merge 1 commit into
KosherJava:masterfrom
pnemonic78:issue_121
Open

Test leap years#272
pnemonic78 wants to merge 1 commit into
KosherJava:masterfrom
pnemonic78:issue_121

Conversation

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.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

@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

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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


Back | FazBrowse Home | New Git URL