-
Notifications
You must be signed in to change notification settings - Fork 54
use java 11 instead of java 9 + basic compilation #250
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
Conversation
changed reference to ComprehensiveZmanimCalendar instead of non-existing ComplexZmanimCalendar stubbed missing methods to ComprehensiveZmanimCalendar
changed reference to ComprehensiveZmanimCalendar instead of non-existing ComplexZmanimCalendar stubbed missing methods to ComprehensiveZmanimCalendar
|
|
||
| public Date getSofZmanTfilaFixedLocal() { | ||
| return null; | ||
| } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These were intended for removal. They had forRemoval=true. We should not add them back in
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I added these methods in order to allow the test to compile, there were referenced to all these methods...
| public Date getBainHasmashosYereim2Point1Degrees() { | ||
| return null; | ||
| } | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All of the methods above were spelled Hasmasos. There was already renamed Hashmashos (adding the H back in). If test cases broke for these, we should tweak the spelling to the version with an H.
|
|
||
| public Date getSofZmanTfilahAteretTorah() { | ||
| return null; | ||
| } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@elijulian , The above three were intended for removal as per the deprecation warning.
| import java.io.BufferedWriter; | ||
| import java.io.File; | ||
| import java.io.FileWriter; | ||
| import java.io.IOException; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@elijulian , were these imports really used? Was this due to the JDK update?
Part of PR #250 Thanks @elijulian
changed reference to ComprehensiveZmanimCalendar instead of non-existing ComplexZmanimCalendar stubbed missing methods to ComprehensiveZmanimCalendar