mirror of https://github.com/apache/activemq.git
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:
parent
ad585dc4b0
commit
456005bf13
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue