[jboss-cvs] JBossAS SVN: r67156 - trunk/cluster/src/main/org/jboss/annotation/ejb.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Nov 15 17:27:36 EST 2007


Author: bstansberry at jboss.com
Date: 2007-11-15 17:27:36 -0500 (Thu, 15 Nov 2007)
New Revision: 67156

Modified:
   trunk/cluster/src/main/org/jboss/annotation/ejb/Clustered.java
Log:
[EJBTHREE-1117] Convert EJB3 and aspects module to use new LoadBalancePolicy

Modified: trunk/cluster/src/main/org/jboss/annotation/ejb/Clustered.java
===================================================================
--- trunk/cluster/src/main/org/jboss/annotation/ejb/Clustered.java	2007-11-15 22:26:27 UTC (rev 67155)
+++ trunk/cluster/src/main/org/jboss/annotation/ejb/Clustered.java	2007-11-15 22:27:36 UTC (rev 67156)
@@ -21,7 +21,7 @@
  */
 package org.jboss.annotation.ejb;
 
-import org.jboss.ha.framework.interfaces.LoadBalancePolicy;
+import org.jboss.ha.client.loadbalance.LoadBalancePolicy;
 
 import java.lang.annotation.ElementType;
 import java.lang.annotation.Retention;




More information about the jboss-cvs-commits mailing list