Ray Milkey

Javadoc fixes

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