()
| 4321 | } |
| 4322 | |
| 4323 | private void millisCalled() { |
| 4324 | |
| 4325 | if (this.millisSet) { |
| 4326 | throw new IllegalStateException( |
| 4327 | "Called twice for: " + MILLIS.name()); |
| 4328 | } |
| 4329 | |
| 4330 | this.millisSet = true; |
| 4331 | |
| 4332 | } |
| 4333 | |
| 4334 | private void microsCalled() { |
| 4335 |