Review comment fixes: flow classifier web resource.
Change-Id: I80e0edafa5de8ec696b0225f375d3917762386df
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -60,7 +60,7 @@ public class FlowClassifierWebResource extends AbstractWebResource { | ... | @@ -60,7 +60,7 @@ public class FlowClassifierWebResource extends AbstractWebResource { |
60 | /** | 60 | /** |
61 | * Get all flow classifiers created. | 61 | * Get all flow classifiers created. |
62 | * | 62 | * |
63 | - * @return 200 OK, 404 if given flow classifier does not exist | 63 | + * @return 200 OK |
64 | */ | 64 | */ |
65 | @GET | 65 | @GET |
66 | @Produces(MediaType.APPLICATION_JSON) | 66 | @Produces(MediaType.APPLICATION_JSON) | ... | ... |
-
Please register or login to post a comment