()
| 70 | |
| 71 | static final Factory DEFAULT_FACTORY = new Factory() { |
| 72 | @Override |
| 73 | public CallTracer create() { |
| 74 | return new CallTracer(SYSTEM_TIME_PROVIDER); |
| 75 | } |
| 76 | }; |
| 77 | |
| 78 | public static Factory getDefaultFactory() { |
nothing calls this directly
no outgoing calls
no test coverage detected