[jboss-cvs] JBossAS SVN: r59836 - branches/Branch_4_2/tomcat/docs/examples/FIELDWithAnnotation14/src/examples.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Jan 19 10:52:34 EST 2007


Author: dimitris at jboss.org
Date: 2007-01-19 10:52:34 -0500 (Fri, 19 Jan 2007)
New Revision: 59836

Modified:
   branches/Branch_4_2/tomcat/docs/examples/FIELDWithAnnotation14/src/examples/Course.java
   branches/Branch_4_2/tomcat/docs/examples/FIELDWithAnnotation14/src/examples/Person.java
Log:
tomcat -> JBossWeb

Modified: branches/Branch_4_2/tomcat/docs/examples/FIELDWithAnnotation14/src/examples/Course.java
===================================================================
--- branches/Branch_4_2/tomcat/docs/examples/FIELDWithAnnotation14/src/examples/Course.java	2007-01-19 15:51:43 UTC (rev 59835)
+++ branches/Branch_4_2/tomcat/docs/examples/FIELDWithAnnotation14/src/examples/Course.java	2007-01-19 15:52:34 UTC (rev 59836)
@@ -24,7 +24,7 @@
 /**
  * @author Brian Stansberry
  * org.jboss.cache.aop.AopMarker
- * @@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/tomcat/docs/examples/FIELDWithAnnotation14/src/examples/Person.java
===================================================================
--- branches/Branch_4_2/tomcat/docs/examples/FIELDWithAnnotation14/src/examples/Person.java	2007-01-19 15:51:43 UTC (rev 59835)
+++ branches/Branch_4_2/tomcat/docs/examples/FIELDWithAnnotation14/src/examples/Person.java	2007-01-19 15:52:34 UTC (rev 59836)
@@ -26,7 +26,7 @@
 /**
  * @author Ben Wang
  * org.jboss.cache.aop.InstanceOfAopMarker
- * @@org.jboss.web.tomcat.tc5.session.InstanceOfAopMarker
+ * @@org.jboss.web.tomcat.service.session.InstanceOfAopMarker
  */
 public class Person {
    protected String name;




More information about the jboss-cvs-commits mailing list