Generate API documents
[clamp.git] / src / main / java / org / onap / clamp / clds / service / JaxrsApplication.java
index d6e74ae..56fbca8 100644 (file)
@@ -18,7 +18,7 @@
  * limitations under the License.
  * ============LICENSE_END============================================
  * ===================================================================
- * ECOMP is a trademark and service mark of AT&T Intellectual Property.
+ * 
  */
 
 package org.onap.clamp.clds.service;
@@ -27,8 +27,8 @@ import javax.ws.rs.ApplicationPath;
 import javax.ws.rs.core.Application;
 
 import org.springframework.stereotype.Component;
-
 @Component
 @ApplicationPath("/restservices/clds/v1")
 public class JaxrsApplication extends Application {
+
 }
\ No newline at end of file