aboutsummaryrefslogtreecommitdiffstats
path: root/aai-resources/src/main/java/org/onap/aai/rest/VertexIdConsumer.java
diff options
context:
space:
mode:
Diffstat (limited to 'aai-resources/src/main/java/org/onap/aai/rest/VertexIdConsumer.java')
-rw-r--r--aai-resources/src/main/java/org/onap/aai/rest/VertexIdConsumer.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/aai-resources/src/main/java/org/onap/aai/rest/VertexIdConsumer.java b/aai-resources/src/main/java/org/onap/aai/rest/VertexIdConsumer.java
index a7b353e..f0a3c3e 100644
--- a/aai-resources/src/main/java/org/onap/aai/rest/VertexIdConsumer.java
+++ b/aai-resources/src/main/java/org/onap/aai/rest/VertexIdConsumer.java
@@ -64,7 +64,6 @@ public class VertexIdConsumer extends RESTAPI {
/**
* Gets the by vertex id.
*
- * @param content the content
* @param versionParam the version param
* @param vertexid the vertexid
* @param depthParam the depth param
@@ -76,7 +75,7 @@ public class VertexIdConsumer extends RESTAPI {
@GET
@Path(ID_ENDPOINT)
@Produces({MediaType.APPLICATION_JSON, MediaType.APPLICATION_XML})
- public Response getByVertexId(String content, @PathParam("version") String versionParam,
+ public Response getByVertexId(@PathParam("version") String versionParam,
@PathParam("vertexid") long vertexid, @DefaultValue("all") @QueryParam("depth") String depthParam,
@Context HttpHeaders headers, @Context UriInfo info, @Context HttpServletRequest req) {