fixing javadocs

git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1147936 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Bosanac Dejan 2011-07-18 15:47:43 +00:00
parent 1acc98bcd5
commit f7ef792e8c
1 changed files with 1 additions and 2 deletions

View File

@ -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 {