()
| 7 | */ |
| 8 | public final class ToolLunar { |
| 9 | private ToolLunar() { |
| 10 | throw new UnsupportedOperationException("我是工具类,别初始化我。。。"); |
| 11 | } |
| 12 | |
| 13 | /** |
| 14 | * |----4位闰月|-------------13位1为30天,0为29天| |
nothing calls this directly
no outgoing calls
no test coverage detected