[jboss-cvs] JBossAS SVN: r104389 - projects/ejb-book/trunk/ch09-secureschool/src/test/java/org/jboss/ejb3/examples/ch09/secureschool.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Sun May 2 00:18:09 EDT 2010
Author: ALRubinger
Date: 2010-05-02 00:18:08 -0400 (Sun, 02 May 2010)
New Revision: 104389
Modified:
projects/ejb-book/trunk/ch09-secureschool/src/test/java/org/jboss/ejb3/examples/ch09/secureschool/SecureSchoolIntegrationTest.java
Log:
[EJBBOOK-22] Fix a comment
Modified: projects/ejb-book/trunk/ch09-secureschool/src/test/java/org/jboss/ejb3/examples/ch09/secureschool/SecureSchoolIntegrationTest.java
===================================================================
--- projects/ejb-book/trunk/ch09-secureschool/src/test/java/org/jboss/ejb3/examples/ch09/secureschool/SecureSchoolIntegrationTest.java 2010-05-01 20:23:56 UTC (rev 104388)
+++ projects/ejb-book/trunk/ch09-secureschool/src/test/java/org/jboss/ejb3/examples/ch09/secureschool/SecureSchoolIntegrationTest.java 2010-05-02 04:18:08 UTC (rev 104389)
@@ -443,7 +443,7 @@
// Now declare an emergency via the fire department
fireDepartment.declareEmergency();
- // The school should now be closed, even though the don't have rights to do that directly on our own.
+ // The school should now be closed, even though we don't have rights to do that directly on our own.
Assert.assertFalse("School should be closed after emergency was declared", unauthenticatedSchool.isOpen());
// Reset the school to open
More information about the jboss-cvs-commits
mailing list