Skip to content

Commit c789a76

Browse files
authored
Zman JavaDoc fixes for Gra -> GRA method name change
1 parent 242b025 commit c789a76

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

  • src/main/java/com/kosherjava/zmanim/util

src/main/java/com/kosherjava/zmanim/util/Zman.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ public class Zman {
7474

7575
/**
7676
* The duration if the <em>zman</em> is a {@link com.kosherjava.zmanim.AstronomicalCalendar#getTemporalHour() temporal hour} (or the various
77-
* <em>shaah zmanis</em> base times such as {@link com.kosherjava.zmanim.ZmanimCalendar#getShaahZmanisGra() <em>shaah Zmanis GRA</em>} or
77+
* <em>shaah zmanis</em> base times such as {@link com.kosherjava.zmanim.ZmanimCalendar#getShaahZmanisGRA() <em>shaah Zmanis GRA</em>} or
7878
* {@link com.kosherjava.zmanim.ComprehensiveZmanimCalendar#getShaahZmanis16Point1Degrees() <em>shaah Zmanis 16.1&deg;</em>}).
7979
*/
8080
private long duration;
@@ -116,7 +116,7 @@ public Zman(Instant instant, GeoLocation geoLocation, String label) {
116116
/**
117117
* The constructor setting a duration based <em>zman</em> such as
118118
* {@link com.kosherjava.zmanim.AstronomicalCalendar#getTemporalHour() temporal hour} (or the various <em>shaah zmanis</em> times such as
119-
* {@link com.kosherjava.zmanim.ZmanimCalendar#getShaahZmanisGra() <em>shaah zmanis GRA</em>} or
119+
* {@link com.kosherjava.zmanim.ZmanimCalendar#getShaahZmanisGRA() <em>shaah zmanis GRA</em>} or
120120
* {@link com.kosherjava.zmanim.ComprehensiveZmanimCalendar#getShaahZmanis16Point1Degrees() <em>shaah Zmanis 16.1&deg;</em>}) and label.
121121
* @param duration a duration based <em>zman</em> such as ({@link com.kosherjava.zmanim.AstronomicalCalendar#getTemporalHour()}
122122
* @param label the label of the <em>zman</em> such as "<em>Shaah Zmanis GRA</em>".
@@ -163,7 +163,7 @@ public void setGeoLocation(GeoLocation geoLocation) {
163163

164164
/**
165165
* Returns a duration based <em>zman</em> such as {@link com.kosherjava.zmanim.AstronomicalCalendar#getTemporalHour() temporal hour}
166-
* (or the various <em>shaah zmanis</em> times such as {@link com.kosherjava.zmanim.ZmanimCalendar#getShaahZmanisGra() <em>shaah zmanis GRA</em>}
166+
* (or the various <em>shaah zmanis</em> times such as {@link com.kosherjava.zmanim.ZmanimCalendar#getShaahZmanisGRA() <em>shaah zmanis GRA</em>}
167167
* or {@link com.kosherjava.zmanim.ComprehensiveZmanimCalendar#getShaahZmanis16Point1Degrees() <em>shaah zmanis 16.1&deg;</em>}).
168168
* @return the duration based <em>zman</em>.
169169
* @see #setDuration(long)
@@ -174,7 +174,7 @@ public long getDuration() {
174174

175175
/**
176176
* Sets a duration based <em>zman</em> such as {@link com.kosherjava.zmanim.AstronomicalCalendar#getTemporalHour() temporal hour}
177-
* (or the various <em>shaah zmanis</em> times as {@link com.kosherjava.zmanim.ZmanimCalendar#getShaahZmanisGra() <em>shaah zmanis GRA</em>} or
177+
* (or the various <em>shaah zmanis</em> times as {@link com.kosherjava.zmanim.ZmanimCalendar#getShaahZmanisGRA() <em>shaah zmanis GRA</em>} or
178178
* {@link com.kosherjava.zmanim.ComprehensiveZmanimCalendar#getShaahZmanis16Point1Degrees() <em>shaah zmanis 16.1&deg;</em>}).
179179
* @param duration duration based <em>zman</em> such as {@link com.kosherjava.zmanim.AstronomicalCalendar#getTemporalHour()}.
180180
* @see #getDuration()
@@ -254,7 +254,7 @@ public int compare(Zman zman1, Zman zman2) {
254254
/**
255255
* A {@link Comparator} that will compare and sort duration based <em>zmanim</em> such as
256256
* {@link com.kosherjava.zmanim.AstronomicalCalendar#getTemporalHour() temporal hour} (or the various <em>shaah zmanis</em> times
257-
* such as <em>{@link com.kosherjava.zmanim.ZmanimCalendar#getShaahZmanisGra() shaah zmanis GRA}</em> or
257+
* such as <em>{@link com.kosherjava.zmanim.ZmanimCalendar#getShaahZmanisGRA() shaah zmanis GRA}</em> or
258258
* {@link com.kosherjava.zmanim.ComprehensiveZmanimCalendar#getShaahZmanis16Point1Degrees() <em>shaah zmanis 16.1&deg;</em>}). Returns a negative
259259
* integer, zero, or a positive integer as the first argument is less than, equal to, or greater than the second.
260260
* Please note that this class will sort cases where {@code Zman} is a null.

0 commit comments

Comments
 (0)