You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by rf...@apache.org on 2010/05/04 02:14:13 UTC

svn commit: r940680 - /tuscany/sca-java-2.x/trunk/modules/implementation-jaxrs-runtime/src/test/java/helloworld/jaxrs/HelloWorldApp.java

Author: rfeng
Date: Tue May  4 00:14:13 2010
New Revision: 940680

URL: http://svn.apache.org/viewvc?rev=940680&view=rev
Log:
Remove invalid comments

Modified:
    tuscany/sca-java-2.x/trunk/modules/implementation-jaxrs-runtime/src/test/java/helloworld/jaxrs/HelloWorldApp.java

Modified: tuscany/sca-java-2.x/trunk/modules/implementation-jaxrs-runtime/src/test/java/helloworld/jaxrs/HelloWorldApp.java
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/modules/implementation-jaxrs-runtime/src/test/java/helloworld/jaxrs/HelloWorldApp.java?rev=940680&r1=940679&r2=940680&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/modules/implementation-jaxrs-runtime/src/test/java/helloworld/jaxrs/HelloWorldApp.java (original)
+++ tuscany/sca-java-2.x/trunk/modules/implementation-jaxrs-runtime/src/test/java/helloworld/jaxrs/HelloWorldApp.java Tue May  4 00:14:13 2010
@@ -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;