Add missing xbean annotation on ActiveMQManagedConnectionFactory

git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@466039 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Guillaume Nodet 2006-10-20 08:55:57 +00:00
parent 76efc33cdb
commit 29459ed414
1 changed files with 2 additions and 0 deletions

View File

@ -35,6 +35,8 @@ import javax.security.auth.Subject;
* @version $Revisio n$
*
* TODO: Must override equals and hashCode (JCA spec 16.4)
*
* @org.apache.xbean.XBean element="managedConnectionFactory"
*/
public class ActiveMQManagedConnectionFactory implements ManagedConnectionFactory, ResourceAdapterAssociation {