Charles Chan
Committed by Gerrit Code Review

Fix javadoc error

Change-Id: Ica9ef8f921aa7b8ce891e17a6839bfec6f444068
......@@ -44,7 +44,7 @@ public interface SegmentRoutingService {
/**
* Minimum IP priority.
*
* Should > 0 such that priority of /0 will not conflict with lowest
* Should < 0 such that priority of /0 will not conflict with lowest
* priority default entries.
*/
int MIN_IP_PRIORITY = 10;
......
......@@ -150,7 +150,7 @@ public class SegmentRoutingAppConfig extends Config<ApplicationId> {
/**
* Sets names of ports that are ignored by SegmentRouting.
*
* @paran excludePorts names of ports that are ignored by SegmentRouting
* @param excludePorts names of ports that are ignored by SegmentRouting
* @return this {@link SegmentRoutingAppConfig}
*/
public SegmentRoutingAppConfig setExcludePorts(Set<String> excludePorts) {
......