modules/mu/config/msg_queue.rb in cloud-mu-3.1.3 vs modules/mu/config/msg_queue.rb in cloud-mu-3.1.4

- old
+ new

@@ -32,13 +32,13 @@ } } end # Generic pre-processing of {MU::Config::BasketofKittens::msg_queues}, bare and unvalidated. - # @param queue [Hash]: The resource to process and validate - # @param configurator [MU::Config]: The overall deployment configurator of which this resource is a member + # @param _queue [Hash]: The resource to process and validate + # @param _configurator [MU::Config]: The overall deployment configurator of which this resource is a member # @return [Boolean]: True if validation succeeded, False otherwise - def self.validate(queue, configurator) + def self.validate(_queue, _configurator) ok = true ok end end