(
TimeSource<?> clock,
AttributeQuery attributes
)
| 3005 | } |
| 3006 | |
| 3007 | @Override |
| 3008 | public Moment createFrom( |
| 3009 | TimeSource<?> clock, |
| 3010 | AttributeQuery attributes |
| 3011 | ) { |
| 3012 | |
| 3013 | return Moment.from(clock.currentTime()); |
| 3014 | |
| 3015 | } |
| 3016 | |
| 3017 | @Override |
| 3018 | public Moment createFrom( |
nothing calls this directly
no test coverage detected