You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Rob Davies (JIRA)" <ji...@apache.org> on 2008/12/28 09:06:05 UTC

[jira] Resolved: (AMQ-1481) Typo in BrokerService.setConsumerUsage

     [ https://issues.apache.org/activemq/browse/AMQ-1481?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rob Davies resolved AMQ-1481.
-----------------------------

    Resolution: Fixed

> Typo in BrokerService.setConsumerUsage
> --------------------------------------
>
>                 Key: AMQ-1481
>                 URL: https://issues.apache.org/activemq/browse/AMQ-1481
>             Project: ActiveMQ
>          Issue Type: Bug
>          Components: Broker
>    Affects Versions: 5.0.0
>            Reporter: Vadim Geshel
>            Assignee: Rob Davies
>             Fix For: 5.3.0
>
>
> BrokerService.java:
>     public void setConsumerSystemUsage(SystemUsage consumerUsageManager) {
>         if (this.consumerSystemUsage != null) {
>             removeService(this.consumerSystemUsage);
>         }
>         this.consumerSystemUsage = consumerUsageManager;
>         addService(this.producerSystemUsage);
>     }
> The last line should read
>         addService(this.consumerUsage);

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.