reset static method
Resets the internal state of LicenseRegistry. Intended for use in testing.
Implementation
@visibleForTesting
static void reset() {
_collectors = null;
}
Resets the internal state of LicenseRegistry. Intended for use in testing.
@visibleForTesting
static void reset() {
_collectors = null;
}