mirror of https://github.com/apache/activemq.git
findbugs: fix infinite recursion - remove unused method
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1233366 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7eb8f0fd73
commit
eca00f9ab9
|
@ -197,10 +197,6 @@ public final class AdvisorySupport {
|
|||
return new ActiveMQTopic(name);
|
||||
}
|
||||
|
||||
public static ActiveMQTopic getMasterBrokerAdvisoryTopic(Destination destination) throws JMSException {
|
||||
return getMasterBrokerAdvisoryTopic(ActiveMQMessageTransformation.transformDestination(destination));
|
||||
}
|
||||
|
||||
public static ActiveMQTopic getMasterBrokerAdvisoryTopic() {
|
||||
return new ActiveMQTopic(MASTER_BROKER_TOPIC_PREFIX);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue