[weld-commits] Weld SVN: r6699 - archetypes/javaee6-webapp/trunk/src/main/java/com/mycompany.
weld-commits at lists.jboss.org
weld-commits at lists.jboss.org
Sat Jul 17 14:02:00 EDT 2010
Author: sboscarine
Date: 2010-07-17 14:02:00 -0400 (Sat, 17 Jul 2010)
New Revision: 6699
Modified:
archetypes/javaee6-webapp/trunk/src/main/java/com/mycompany/MemberResourceRESTService.java
Log:
Modified: archetypes/javaee6-webapp/trunk/src/main/java/com/mycompany/MemberResourceRESTService.java
===================================================================
--- archetypes/javaee6-webapp/trunk/src/main/java/com/mycompany/MemberResourceRESTService.java 2010-07-17 18:00:14 UTC (rev 6698)
+++ archetypes/javaee6-webapp/trunk/src/main/java/com/mycompany/MemberResourceRESTService.java 2010-07-17 18:02:00 UTC (rev 6699)
@@ -10,7 +10,7 @@
/**
* JAX-RS Example
*
- * This class alone produces a RESTful service to read the contents of the members table.
+ * This class produces a RESTful service to read the contents of the members table.
*/
@Path("/members")
@RequestScoped
More information about the weld-commits
mailing list