diff options
author | shrikantawachar <shrikant.awachar@amdocs.com> | 2018-10-29 20:30:11 +0530 |
---|---|---|
committer | Avi Gaffa <avi.gaffa@amdocs.com> | 2018-11-01 10:42:16 +0000 |
commit | 789391414249ef81d869a20dc250ae1d70d5cc3e (patch) | |
tree | b2792de26ece4a7df19a4ebc1fcfed7d8b41035d /openecomp-be/api/openecomp-sdc-rest-webapp/togglz-rest/togglz-rest-services | |
parent | 25d3b2e7e416997838fe44d31f13df83a848a5f8 (diff) |
Remove webapp from togglz
Remove webapp from togglz
Change-Id: I6d2e6a40a667db1a4dc4f535e479f3a59efe04bf
Issue-ID: SDC-1875
Signed-off-by: shrikantawachar <shrikant.awachar@amdocs.com>
Diffstat (limited to 'openecomp-be/api/openecomp-sdc-rest-webapp/togglz-rest/togglz-rest-services')
-rw-r--r-- | openecomp-be/api/openecomp-sdc-rest-webapp/togglz-rest/togglz-rest-services/src/main/java/org/openecomp/sdcrests/togglz/rest/TogglzFeatures.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/openecomp-be/api/openecomp-sdc-rest-webapp/togglz-rest/togglz-rest-services/src/main/java/org/openecomp/sdcrests/togglz/rest/TogglzFeatures.java b/openecomp-be/api/openecomp-sdc-rest-webapp/togglz-rest/togglz-rest-services/src/main/java/org/openecomp/sdcrests/togglz/rest/TogglzFeatures.java index 90454d8853..2ce159a6fd 100644 --- a/openecomp-be/api/openecomp-sdc-rest-webapp/togglz-rest/togglz-rest-services/src/main/java/org/openecomp/sdcrests/togglz/rest/TogglzFeatures.java +++ b/openecomp-be/api/openecomp-sdc-rest-webapp/togglz-rest/togglz-rest-services/src/main/java/org/openecomp/sdcrests/togglz/rest/TogglzFeatures.java @@ -16,6 +16,7 @@ package org.openecomp.sdcrests.togglz.rest; +import io.swagger.annotations.Api; import io.swagger.annotations.ApiOperation; import org.openecomp.sdcrests.togglz.types.FeatureDto; import org.openecomp.sdcrests.togglz.types.FeatureSetDto; @@ -29,6 +30,7 @@ import javax.ws.rs.core.Response; @Path("/v1.0/togglz") @Produces(MediaType.APPLICATION_JSON) @Consumes(MediaType.APPLICATION_JSON) +@Api(value = "Togglz") @Validated public interface TogglzFeatures { |