We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae22e8e commit 86eea1fCopy full SHA for 86eea1f
deps/rabbit_common/src/rabbit_registry.erl
@@ -189,7 +189,6 @@ class_module(queue_decorator) -> rabbit_queue_decorator;
189
class_module(policy_validator) -> rabbit_policy_validator;
190
class_module(operator_policy_validator) -> rabbit_policy_validator;
191
class_module(policy_merge_strategy) -> rabbit_policy_merge_strategy;
192
-class_module(ha_mode) -> rabbit_mirror_queue_mode;
193
class_module(channel_interceptor) -> rabbit_channel_interceptor;
194
class_module(Other) ->
195
AttrsPerApp = rabbit_misc:rabbitmq_related_module_attributes(rabbit_registry_class),
0 commit comments