(int solarMonth)
| 30 | } |
| 31 | |
| 32 | public Solar setSolarMonth(int solarMonth) { |
| 33 | this.solarMonth = solarMonth; |
| 34 | return this; |
| 35 | } |
| 36 | |
| 37 | public int getSolarDay() { |
| 38 | return solarDay; |
nothing calls this directly
no outgoing calls
no test coverage detected