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:
Gary Tully 2012-01-19 13:32:53 +00:00
parent 7eb8f0fd73
commit eca00f9ab9
1 changed files with 0 additions and 4 deletions
activemq-core/src/main/java/org/apache/activemq/advisory

View File

@ -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);
}