Ray Milkey
Committed by Gerrit Code Review

Fix javadoc warnings

Change-Id: Iff748bf6a5b6653b515059506bb2d4f09d3c9878
...@@ -99,6 +99,7 @@ public class ReactiveRoutingConfig extends Config<ApplicationId> { ...@@ -99,6 +99,7 @@ public class ReactiveRoutingConfig extends Config<ApplicationId> {
99 /** 99 /**
100 * Gets of the virtual gateway MAC address. 100 * Gets of the virtual gateway MAC address.
101 * 101 *
102 + * @return virtual gateway MAC address
102 */ 103 */
103 public MacAddress virtualGatewayMacAddress() { 104 public MacAddress virtualGatewayMacAddress() {
104 return MacAddress.valueOf( 105 return MacAddress.valueOf(
......
...@@ -244,6 +244,8 @@ public class FlowsWebResource extends AbstractWebResource { ...@@ -244,6 +244,8 @@ public class FlowsWebResource extends AbstractWebResource {
244 244
245 /** 245 /**
246 * Removes a batch of flow rules. 246 * Removes a batch of flow rules.
247 + *
248 + * @param stream stream for posted JSON
247 */ 249 */
248 @DELETE 250 @DELETE
249 @Produces(MediaType.APPLICATION_JSON) 251 @Produces(MediaType.APPLICATION_JSON)
......