File tree Expand file tree Collapse file tree
src/main/java/com/kosherjava/zmanim/util Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424 * @todo Consider methods that would allow atmospheric modeling. This can currently be adjusted by {@link
2525 * #setRefraction(double) setting the refraction}.
2626 *
27- * @author © Eliyahu Hershfeld 2004 - 2026
27+ * @author © Eliyahu Hershfeld 2004 - 2026
2828 */
2929public abstract class AstronomicalCalculator implements Cloneable {
3030 /**
@@ -373,7 +373,7 @@ public Object clone() {
373373 try {
374374 clone = (AstronomicalCalculator ) super .clone ();
375375 } catch (CloneNotSupportedException cnse ) {
376- System . out . print ( " Required by the compiler. Should never be reached since we implement clone()" );
376+ // Required by the compiler. Should never be reached since we implement clone().
377377 }
378378 return clone ;
379379 }
You can’t perform that action at this time.
0 commit comments