Skip to content

Commit 89f8a19

Browse files
committed
getSolarRadius() is now public
1 parent e66eb84 commit 89f8a19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ public void setRefraction(double refraction) {
263263
*
264264
* @return The sun's radius in arc minutes.
265265
*/
266-
double getSolarRadius() {
266+
public double getSolarRadius() {
267267
return this.solarRadius;
268268
}
269269

0 commit comments

Comments
 (0)