mirror of https://github.com/apache/activemq.git
fixed trivial javadoc warning
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@468030 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b1ed273f83
commit
efd516866d
|
@ -595,9 +595,6 @@ public class RegionBroker implements Broker {
|
|||
return this.pendingDurableSubscriberPolicy;
|
||||
}
|
||||
|
||||
/**
|
||||
* @param pendingDurableSubscriberPolicy the pendingDurableSubscriberPolicy to set
|
||||
*/
|
||||
public void setPendingDurableSubscriberPolicy(PendingDurableSubscriberMessageStoragePolicy durableSubscriberCursor){
|
||||
this.pendingDurableSubscriberPolicy=durableSubscriberCursor;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue