Clone URL (Committers only):
https://cms.apache.org/redirect?new=anonymous;action=diff;uri=http://tomee.apache.org/examples-trunk%2Frest-example%2FREADME.md

ycovacev

Index: trunk/content/examples-trunk/rest-example/README.md
===================================================================
--- trunk/content/examples-trunk/rest-example/README.md (revision 1655892)
+++ trunk/content/examples-trunk/rest-example/README.md (working copy)
@@ -15,7 +15,7 @@
     import java.util.List;
     
     @Stateless
-    public class CommentDAO extends DAO {
+    public class CommentDAO {
         @EJB
         private DAO dao;
     

Reply via email to