()
| 270 | static final Ticker NULL_TICKER = |
| 271 | new Ticker() { |
| 272 | @Override |
| 273 | public long read() { |
| 274 | return 0; |
| 275 | } |
| 276 | }; |
| 277 | |
| 278 | // We use a holder class to delay initialization: https://github.com/google/guava/issues/6566 |
no outgoing calls
no test coverage detected