[jboss-cvs] JBossAS SVN: r60168 - branches/Branch_4_2/testsuite/src/resources/cluster/http/http-field.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Thu Feb 1 18:19:35 EST 2007
Author: bstansberry at jboss.com
Date: 2007-02-01 18:19:35 -0500 (Thu, 01 Feb 2007)
New Revision: 60168
Modified:
branches/Branch_4_2/testsuite/src/resources/cluster/http/http-field/getAttribute.jsp
Log:
Fix comment
Modified: branches/Branch_4_2/testsuite/src/resources/cluster/http/http-field/getAttribute.jsp
===================================================================
--- branches/Branch_4_2/testsuite/src/resources/cluster/http/http-field/getAttribute.jsp 2007-02-01 20:09:34 UTC (rev 60167)
+++ branches/Branch_4_2/testsuite/src/resources/cluster/http/http-field/getAttribute.jsp 2007-02-01 23:19:35 UTC (rev 60168)
@@ -28,7 +28,7 @@
throw new RuntimeException("getAttribute(): Empty course from student jane.");
}
- // Bind joe to the servlet context as well so it can be
+ // Bind ben to the servlet context as well so it can be
// accessed later without involving the session
ServletContext ctx = getServletConfig().getServletContext();
ctx.setAttribute("TEST_PERSON", ben);
More information about the jboss-cvs-commits
mailing list