(Record<K, V> element, long timestamp)
| 5 | public class Load<K, V> extends Event<K, V> { |
| 6 | |
| 7 | public Load(Record<K, V> element, long timestamp) { |
| 8 | super(element, timestamp); |
| 9 | } |
| 10 | } |
nothing calls this directly
no outgoing calls
no test coverage detected