()
| 51 | |
| 52 | private static final Supplier<Stopwatch> STOPWATCH_SUPPLIER = new Supplier<Stopwatch>() { |
| 53 | @Override |
| 54 | public Stopwatch get() { |
| 55 | return Stopwatch.createUnstarted(); |
| 56 | } |
| 57 | }; |
| 58 | |
| 59 | /** |
nothing calls this directly
no outgoing calls
no test coverage detected