Ray Milkey

Javadoc fixes

Change-Id: I63c3f127bbe6fef94096c46a60b057d65b69a10e
...@@ -61,6 +61,7 @@ public final class VbngConfiguration { ...@@ -61,6 +61,7 @@ public final class VbngConfiguration {
61 * public IP addresses 61 * public IP addresses
62 * @param xosIpAddress the XOS server IP address 62 * @param xosIpAddress the XOS server IP address
63 * @param xosRestPort the port of the XOS server for REST 63 * @param xosRestPort the port of the XOS server for REST
64 + * @param hosts map of hosts
64 */ 65 */
65 @JsonCreator 66 @JsonCreator
66 public VbngConfiguration(@JsonProperty("localPublicIpPrefixes") 67 public VbngConfiguration(@JsonProperty("localPublicIpPrefixes")
......
...@@ -130,6 +130,7 @@ public interface FilteringObjective extends Objective { ...@@ -130,6 +130,7 @@ public interface FilteringObjective extends Objective {
130 /** 130 /**
131 * Set meta information about this filtering condition set. 131 * Set meta information about this filtering condition set.
132 * 132 *
133 + * @param treatment traffic treatment to use
133 * @return a filtering builder 134 * @return a filtering builder
134 */ 135 */
135 Builder setMeta(TrafficTreatment treatment); 136 Builder setMeta(TrafficTreatment treatment);
......