(long i)
| 18 | TTL() {} |
| 19 | |
| 20 | static void |
| 21 | check(long i) { |
| 22 | if (i < 0 || i > MAX_VALUE) |
| 23 | throw new InvalidTTLException(i); |
| 24 | } |
| 25 | |
| 26 | /** |
| 27 | * Parses a TTL-like value, which can either be expressed as a number or a |
no outgoing calls
no test coverage detected