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 93b5a3a commit a3e2b9eCopy full SHA for a3e2b9e
src/rabbit_registry.erl
@@ -134,8 +134,7 @@ class_module(queue_decorator) -> rabbit_queue_decorator;
134
class_module(policy_validator) -> rabbit_policy_validator;
135
class_module(ha_mode) -> rabbit_mirror_queue_mode;
136
class_module(channel_interceptor) -> rabbit_channel_interceptor;
137
-class_module(queue_master_locator)-> rabbit_queue_master_locator;
138
-class_module(password_hashing_mod)-> rabbit_password_hashing.
+class_module(queue_master_locator)-> rabbit_queue_master_locator.
139
140
%%---------------------------------------------------------------------------
141
0 commit comments