(long nanoSeconds)
| 116 | } |
| 117 | |
| 118 | public DatePlus addNano(long nanoSeconds) { |
| 119 | this.localDateTime = this.localDateTime.plusNanos(nanoSeconds); |
| 120 | return this; |
| 121 | } |
| 122 | //endregion |
| 123 | |
| 124 |
nothing calls this directly
no outgoing calls
no test coverage detected