Committed by
Gerrit Code Review
Fix incorrect NextId name issue of FlowObjectives swagger doc
Change-Id: I07e0ca429d37f7b458183c1f985d9fa1fa1bf866
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -156,7 +156,7 @@ public class FlowObjectiveWebResource extends AbstractWebResource { | ... | @@ -156,7 +156,7 @@ public class FlowObjectiveWebResource extends AbstractWebResource { |
156 | * Returns the globally unique nextId. | 156 | * Returns the globally unique nextId. |
157 | * | 157 | * |
158 | * @return nextId | 158 | * @return nextId |
159 | - * @onos.rsModel nextid | 159 | + * @onos.rsModel NextId |
160 | */ | 160 | */ |
161 | @GET | 161 | @GET |
162 | @Path("next") | 162 | @Path("next") | ... | ... |
-
Please register or login to post a comment