()
| 631 | */ |
| 632 | public static final Supplier<Stopwatch> STOPWATCH_SUPPLIER = new Supplier<Stopwatch>() { |
| 633 | @Override |
| 634 | public Stopwatch get() { |
| 635 | return Stopwatch.createUnstarted(); |
| 636 | } |
| 637 | }; |
| 638 | |
| 639 | /** |
nothing calls this directly
no outgoing calls
no test coverage detected