Fix javadoc error

Change-Id: Ica9ef8f921aa7b8ce891e17a6839bfec6f444068
This commit is contained in:
Charles Chan 2016-02-18 10:43:46 -08:00 committed by Gerrit Code Review
parent b940190ec4
commit b54e8ba3e9
2 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@ public interface SegmentRoutingService {
/** /**
* Minimum IP priority. * 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. * priority default entries.
*/ */
int MIN_IP_PRIORITY = 10; int MIN_IP_PRIORITY = 10;

View File

@ -150,7 +150,7 @@ public class SegmentRoutingAppConfig extends Config<ApplicationId> {
/** /**
* Sets names of ports that are ignored by SegmentRouting. * 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} * @return this {@link SegmentRoutingAppConfig}
*/ */
public SegmentRoutingAppConfig setExcludePorts(Set<String> excludePorts) { public SegmentRoutingAppConfig setExcludePorts(Set<String> excludePorts) {