AMQ-4054: Marked Axis support as deprecated

git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1386500 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Claus Ibsen 2012-09-17 08:03:07 +00:00
parent c9cc85bde1
commit 680edff8ee
1 changed files with 2 additions and 1 deletions

View File

@ -30,8 +30,9 @@ import org.apache.axis.transport.jms.JMSURLHelper;
* An adapter for using ActiveMQ inside <a * An adapter for using ActiveMQ inside <a
* href="http://ws.apache.org/axis/">Apache Axis</a> * href="http://ws.apache.org/axis/">Apache Axis</a>
* *
* * @deprecated will be removed from ActiveMQ 5.8 onwards.
*/ */
@Deprecated
public class ActiveMQVendorAdapter extends BeanVendorAdapter { public class ActiveMQVendorAdapter extends BeanVendorAdapter {
/** /**