-
Notifications
You must be signed in to change notification settings - Fork 53
Open
Description
Shouldn't this be >=
instead of >
? If 30 minutes is equal to the second zman, return 30 minutes (or the other zman, depending on how you look at it). Is this not semantically equivalent to Math.max()
?
return getMinchaGedola30Minutes().compareTo(getMinchaGedola()) > 0 ? getMinchaGedola30Minutes() |
Same for this:
return getMinchaGedola30Minutes().compareTo(getMinchaGedolaBaalHatanya()) > 0 ? getMinchaGedola30Minutes() |
Metadata
Metadata
Assignees
Labels
No labels