[jboss-cvs] JBossAS SVN: r59755 - branches/Branch_4_2/testsuite/src/main/org/jboss/test/cluster/web/aop.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Jan 18 05:19:12 EST 2007


Author: dimitris at jboss.org
Date: 2007-01-18 05:19:12 -0500 (Thu, 18 Jan 2007)
New Revision: 59755

Modified:
   branches/Branch_4_2/testsuite/src/main/org/jboss/test/cluster/web/aop/Address.java
   branches/Branch_4_2/testsuite/src/main/org/jboss/test/cluster/web/aop/Course.java
   branches/Branch_4_2/testsuite/src/main/org/jboss/test/cluster/web/aop/Person.java
Log:
Fix the testsuite build

Modified: branches/Branch_4_2/testsuite/src/main/org/jboss/test/cluster/web/aop/Address.java
===================================================================
--- branches/Branch_4_2/testsuite/src/main/org/jboss/test/cluster/web/aop/Address.java	2007-01-18 08:55:05 UTC (rev 59754)
+++ branches/Branch_4_2/testsuite/src/main/org/jboss/test/cluster/web/aop/Address.java	2007-01-18 10:19:12 UTC (rev 59755)
@@ -29,7 +29,7 @@
  *
  * @version $Revision$
  * annotation marker that is needed for fine-grained replication.
- * @@org.jboss.web.tomcat.tc5.session.AopMarker
+ * @@org.jboss.web.tomcat.service.session.AopMarker
  */
 public class Address
 {

Modified: branches/Branch_4_2/testsuite/src/main/org/jboss/test/cluster/web/aop/Course.java
===================================================================
--- branches/Branch_4_2/testsuite/src/main/org/jboss/test/cluster/web/aop/Course.java	2007-01-18 08:55:05 UTC (rev 59754)
+++ branches/Branch_4_2/testsuite/src/main/org/jboss/test/cluster/web/aop/Course.java	2007-01-18 10:19:12 UTC (rev 59755)
@@ -23,7 +23,7 @@
 
 /**
  * @author Brian Stansberry
- * @@org.jboss.web.tomcat.tc5.session.AopMarker
+ * @@org.jboss.web.tomcat.service.session.AopMarker
  */
 public class Course {
    protected String title;

Modified: branches/Branch_4_2/testsuite/src/main/org/jboss/test/cluster/web/aop/Person.java
===================================================================
--- branches/Branch_4_2/testsuite/src/main/org/jboss/test/cluster/web/aop/Person.java	2007-01-18 08:55:05 UTC (rev 59754)
+++ branches/Branch_4_2/testsuite/src/main/org/jboss/test/cluster/web/aop/Person.java	2007-01-18 10:19:12 UTC (rev 59755)
@@ -30,7 +30,7 @@
  *
  * @version $Revision$
  * annotation marker that is needed for fine-grained replication.
- * @@org.jboss.web.tomcat.tc5.session.InstanceOfAopMarker
+ * @@org.jboss.web.tomcat.service.session.InstanceOfAopMarker
  */
 public class Person
 {




More information about the jboss-cvs-commits mailing list