Skip to content

Commit 6d37722

Browse files
authored
Change getRefraction() access to public
It had been package-private.
1 parent a627e87 commit 6d37722

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ public abstract double getUTCSunset(Calendar calendar, GeoLocation geoLocation,
229229
*
230230
* @return The refraction in arc minutes.
231231
*/
232-
double getRefraction() {
232+
public double getRefraction() {
233233
return this.refraction;
234234
}
235235

0 commit comments

Comments
 (0)