mirror of https://github.com/apache/activemq.git
fixing javadocs
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1147936 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
1acc98bcd5
commit
f7ef792e8c
|
@ -28,12 +28,11 @@ import java.util.LinkedList;
|
|||
|
||||
|
||||
/**
|
||||
* An eviction strategy which evicts the oldest message with the lowest priority first.
|
||||
* An eviction strategy which evicts the oldest message within messages with the same property value
|
||||
*
|
||||
*
|
||||
* @org.apache.xbean.XBean
|
||||
*
|
||||
* messageEvictionStrategy
|
||||
*/
|
||||
public class UniquePropertyMessageEvictionStrategy extends MessageEvictionStrategySupport {
|
||||
|
||||
|
|
Loading…
Reference in New Issue