[webbeans-commits] Webbeans SVN: r1712 - tck/trunk/impl/src/main/java/org/jboss/jsr299/tck/unit/event.

webbeans-commits at lists.jboss.org webbeans-commits at lists.jboss.org
Wed Feb 25 17:51:59 EST 2009


Author: pete.muir at jboss.org
Date: 2009-02-25 17:51:58 -0500 (Wed, 25 Feb 2009)
New Revision: 1712

Modified:
   tck/trunk/impl/src/main/java/org/jboss/jsr299/tck/unit/event/EventTest.java
Log:
java 5 compatibility

Modified: tck/trunk/impl/src/main/java/org/jboss/jsr299/tck/unit/event/EventTest.java
===================================================================
--- tck/trunk/impl/src/main/java/org/jboss/jsr299/tck/unit/event/EventTest.java	2009-02-25 22:38:35 UTC (rev 1711)
+++ tck/trunk/impl/src/main/java/org/jboss/jsr299/tck/unit/event/EventTest.java	2009-02-25 22:51:58 UTC (rev 1712)
@@ -187,7 +187,6 @@
    {
       Observer<String> observer = new Observer<String>()
       {
-         @Override
          public void notify(String event)
          {
          }




More information about the weld-commits mailing list