mirror of https://github.com/apache/activemq.git
AMQ-6940 - Fix compilation
This commit is contained in:
parent
21a594c8e8
commit
9346fb3638
|
@ -1102,7 +1102,6 @@ public class PolicyEntry extends DestinationMapEntry {
|
|||
public String toString() {
|
||||
return "PolicyEntry [" + destination + "]";
|
||||
}
|
||||
}
|
||||
|
||||
public boolean isUseTopicSubscriptionInflightStats() {
|
||||
return useTopicSubscriptionInflightStats;
|
||||
|
|
Loading…
Reference in New Issue