ingestion-beam/src/main/java/com/mozilla/telemetry/amplitude/FilterByDocType.java [23:29]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  private static transient Set<String> allowedDocTypesSet;
  private static transient Set<String> allowedNamespacesSet;

  @VisibleForTesting
  static synchronized void clearSingletonsForTests() {
    allowedDocTypesSet = null;
    allowedNamespacesSet = null;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



ingestion-beam/src/main/java/com/mozilla/telemetry/contextualservices/FilterByDocType.java [24:30]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  private static transient Set<String> allowedDocTypesSet;
  private static transient Set<String> allowedNamespacesSet;

  @VisibleForTesting
  static synchronized void clearSingletonsForTests() {
    allowedDocTypesSet = null;
    allowedNamespacesSet = null;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



