[seam-commits] Seam SVN: r12042 - branches/enterprise/JBPAPP_5_0/examples/restbay/src/org/jboss/seam/example/restbay/resteasy.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Fri Feb 12 04:30:43 EST 2010


Author: jharting
Date: 2010-02-12 04:30:42 -0500 (Fri, 12 Feb 2010)
New Revision: 12042

Modified:
   branches/enterprise/JBPAPP_5_0/examples/restbay/src/org/jboss/seam/example/restbay/resteasy/TestEjbLocal.java
Log:
JBPAPP-3713 tests

Modified: branches/enterprise/JBPAPP_5_0/examples/restbay/src/org/jboss/seam/example/restbay/resteasy/TestEjbLocal.java
===================================================================
--- branches/enterprise/JBPAPP_5_0/examples/restbay/src/org/jboss/seam/example/restbay/resteasy/TestEjbLocal.java	2010-02-12 05:56:06 UTC (rev 12041)
+++ branches/enterprise/JBPAPP_5_0/examples/restbay/src/org/jboss/seam/example/restbay/resteasy/TestEjbLocal.java	2010-02-12 09:30:42 UTC (rev 12042)
@@ -6,4 +6,5 @@
 public interface TestEjbLocal
 {
    boolean foo();
+   void remove();
 }



More information about the seam-commits mailing list