Mark this as @Deprecated as its not used anymore in AMQ and should be removed.

git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1243716 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Timothy A. Bish 2012-02-13 22:12:11 +00:00
parent ad585dc4b0
commit 456005bf13
1 changed files with 6 additions and 5 deletions

View File

@ -20,8 +20,9 @@ package org.apache.activemq.thread;
* A Valve is a synchronization object used enable or disable the "flow" of
* concurrent processing.
*
*
* @deprecated
*/
@Deprecated
public final class Valve {
private final Object mutex = new Object();