[weld-commits] Weld SVN: r7105 - cdi-tck/trunk/impl/src/main/java/org/jboss/jsr299/tck/tests/event.
weld-commits at lists.jboss.org
weld-commits at lists.jboss.org
Tue Dec 7 12:20:13 EST 2010
Author: pete.muir at jboss.org
Date: 2010-12-07 12:20:12 -0500 (Tue, 07 Dec 2010)
New Revision: 7105
Modified:
cdi-tck/trunk/impl/src/main/java/org/jboss/jsr299/tck/tests/event/EventTest.java
Log:
port r6987 to trunk
Modified: cdi-tck/trunk/impl/src/main/java/org/jboss/jsr299/tck/tests/event/EventTest.java
===================================================================
--- cdi-tck/trunk/impl/src/main/java/org/jboss/jsr299/tck/tests/event/EventTest.java 2010-11-27 16:08:57 UTC (rev 7104)
+++ cdi-tck/trunk/impl/src/main/java/org/jboss/jsr299/tck/tests/event/EventTest.java 2010-12-07 17:20:12 UTC (rev 7105)
@@ -55,7 +55,7 @@
/**
* FIXME the spec doesn't follow this exactly because technically it isn't supposed to use
- * the bean resolution alorithm to obtain the instance, which it does.
+ * the bean resolution algorithm to obtain the instance, which it does.
*/
@Test(groups = { "events" })
@SpecAssertions({
More information about the weld-commits
mailing list