@Override
@Deprecated
public AvailabilityCollectorRunnable createAvailabilityCollectorRunnable(AvailabilityFacet facet, long i) {
// even though this shouldn't be used, plugins may still be using this. Allow for these to still be
// created for backward compatibility, but its a dummy object nevertheless.
return new AvailabilityCollectorRunnable(facet, i, null, null);
}