Committed by
Gerrit Code Review
description added for exception: JavaDoc warning fixed
Change-Id: Ifd58774b11e3776c4c8c3211e0a9035bd5be7c6d
Showing
2 changed files
with
2 additions
and
2 deletions
... | @@ -187,7 +187,7 @@ public class FloatingIpWebResource extends AbstractWebResource { | ... | @@ -187,7 +187,7 @@ public class FloatingIpWebResource extends AbstractWebResource { |
187 | * | 187 | * |
188 | * @param floatingIpNodes the floatingIp json node | 188 | * @param floatingIpNodes the floatingIp json node |
189 | * @return floatingIps a collection of floatingIp | 189 | * @return floatingIps a collection of floatingIp |
190 | - * @throws Exception | 190 | + * @throws Exception when any argument is illegal |
191 | */ | 191 | */ |
192 | public Collection<FloatingIp> changeJsonToSub(JsonNode floatingIpNodes) | 192 | public Collection<FloatingIp> changeJsonToSub(JsonNode floatingIpNodes) |
193 | throws Exception { | 193 | throws Exception { | ... | ... |
... | @@ -293,7 +293,7 @@ public class RouterWebResource extends AbstractWebResource { | ... | @@ -293,7 +293,7 @@ public class RouterWebResource extends AbstractWebResource { |
293 | * | 293 | * |
294 | * @param routerNode the router json node | 294 | * @param routerNode the router json node |
295 | * @return routers a collection of router | 295 | * @return routers a collection of router |
296 | - * @throws Exception | 296 | + * @throws Exception when any argument is illegal |
297 | */ | 297 | */ |
298 | public Collection<Router> changeJsonToSub(JsonNode routerNode) | 298 | public Collection<Router> changeJsonToSub(JsonNode routerNode) |
299 | throws Exception { | 299 | throws Exception { | ... | ... |
-
Please register or login to post a comment