Method
clean
Cleans the item and removes invalid components.
()
Source from the content-addressed store, hash-verified
| 68 | * Cleans the item and removes invalid components. |
| 69 | */ |
| 70 | private void clean() { |
| 71 | hour = -1; |
| 72 | minute = -1; |
| 73 | seconds = null; |
| 74 | } |
| 75 | } |
Tested by
no test coverage detected