summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2010-05-04 00:14:13 +0000
committerrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2010-05-04 00:14:13 +0000
commiteb67dee32e2a34ff6fcb562909426ca5d241e566 (patch)
tree8ff856d96fe3cea75371fb9c18e65768e2f0c47d
parentfe4972c0ec5d2c378d56ce621cfceb2572e0cb76 (diff)
Remove invalid comments
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@940680 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--sca-java-2.x/trunk/modules/implementation-jaxrs-runtime/src/test/java/helloworld/jaxrs/HelloWorldApp.java8
1 files changed, 0 insertions, 8 deletions
diff --git a/sca-java-2.x/trunk/modules/implementation-jaxrs-runtime/src/test/java/helloworld/jaxrs/HelloWorldApp.java b/sca-java-2.x/trunk/modules/implementation-jaxrs-runtime/src/test/java/helloworld/jaxrs/HelloWorldApp.java
index 46e9068ee1..97ff1cb13e 100644
--- a/sca-java-2.x/trunk/modules/implementation-jaxrs-runtime/src/test/java/helloworld/jaxrs/HelloWorldApp.java
+++ b/sca-java-2.x/trunk/modules/implementation-jaxrs-runtime/src/test/java/helloworld/jaxrs/HelloWorldApp.java
@@ -18,14 +18,6 @@
*/
package helloworld.jaxrs;
-/**
- *
- * The Book web application class that extends Application
- * with the methods getSingletons and getClasses
- *
- * @author Gabriel Mateescu, gabriel@vt.edu
- */
-
import java.util.HashSet;
import java.util.Set;