[jboss-cvs] JBossAS SVN: r72925 - projects/jboss-deployers/trunk/deployers-impl/src/tests/org/jboss/test/deployers/annotations/test.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu May 1 07:46:27 EDT 2008


Author: alesj
Date: 2008-05-01 07:46:27 -0400 (Thu, 01 May 2008)
New Revision: 72925

Modified:
   projects/jboss-deployers/trunk/deployers-impl/src/tests/org/jboss/test/deployers/annotations/test/AnnotationsTest.java
Log:
Typo.

Modified: projects/jboss-deployers/trunk/deployers-impl/src/tests/org/jboss/test/deployers/annotations/test/AnnotationsTest.java
===================================================================
--- projects/jboss-deployers/trunk/deployers-impl/src/tests/org/jboss/test/deployers/annotations/test/AnnotationsTest.java	2008-05-01 11:42:49 UTC (rev 72924)
+++ projects/jboss-deployers/trunk/deployers-impl/src/tests/org/jboss/test/deployers/annotations/test/AnnotationsTest.java	2008-05-01 11:46:27 UTC (rev 72925)
@@ -149,7 +149,7 @@
    {
       ClassLoader cl = unit.getClassLoader();
       if (cl instanceof InterceptionClassLoader == false)
-         throw new IllegalArgumentException("Expecting intercepted classlaoder: " + cl);
+         throw new IllegalArgumentException("Expecting InterceptionClassLoader instance: " + cl);
 
       InterceptionClassLoader icl = (InterceptionClassLoader)cl;
       Set<String> loaded = icl.getLoaded();




More information about the jboss-cvs-commits mailing list