You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
privatestaticfinalConcurrentHashSet<String> NONE_EXTRA_GROUP_PROTOCOL_SET = newConcurrentHashSet<>(); // The set of protocols that do not support sandbox grouping.
51
-
privatestaticfinalConcurrentHashSet<String> NONE_EXTRA_GROUP_REGISTRY_SET = newConcurrentHashSet<>(); // The set of protocols that do not support sandbox grouping.
50
+
privatestaticfinalConcurrentHashSet<String> NONE_EXTRA_GROUP_PROTOCOL_SET = newConcurrentHashSet<>(); // The set of protocols that do not support sandbox/grey grouping.
51
+
privatestaticfinalConcurrentHashSet<String> NONE_EXTRA_GROUP_REGISTRY_SET = newConcurrentHashSet<>(); // The set of registries that do not support sandbox/grey grouping.
0 commit comments