X-Git-Url: https://gerrit.onap.org/r/gitweb?p=aai%2Fesr-server.git;a=blobdiff_plain;f=esr-mgr%2Fsrc%2Fmain%2Fjava%2Forg%2Fonap%2Faai%2Fesr%2Fresource%2FVimManager.java;h=8dee4c92d1e3ef2dafdc98bef9bf35eb0eff3cbd;hp=35344773b973e74f34b19c4001b3b30e5fa3b949;hb=2c0e80cac349b7364d5b2b1f0b9650a4cd95ca18;hpb=31613a6b0099d38a8006ef0426e8e9fcaf046256 diff --git a/esr-mgr/src/main/java/org/onap/aai/esr/resource/VimManager.java b/esr-mgr/src/main/java/org/onap/aai/esr/resource/VimManager.java index 3534477..8dee4c9 100644 --- a/esr-mgr/src/main/java/org/onap/aai/esr/resource/VimManager.java +++ b/esr-mgr/src/main/java/org/onap/aai/esr/resource/VimManager.java @@ -18,7 +18,6 @@ package org.onap.aai.esr.resource; import com.codahale.metrics.annotation.Timed; import io.swagger.annotations.Api; import io.swagger.annotations.ApiOperation; -import io.swagger.annotations.ApiParam; import io.swagger.annotations.ApiResponse; import io.swagger.annotations.ApiResponses; import org.eclipse.jetty.http.HttpStatus; @@ -48,7 +47,6 @@ public class VimManager { /** * query all VIM. */ - @Path("") @GET @ApiOperation(value = "get all vim ") @Produces(MediaType.APPLICATION_JSON) @@ -128,7 +126,6 @@ public class VimManager { * register vim . */ @POST - @Path("") @Consumes(MediaType.APPLICATION_JSON) @Produces({MediaType.TEXT_PLAIN, MediaType.APPLICATION_JSON}) @ApiOperation(value = "create a vim")