Fix javadoc error

Change-Id: Ica9ef8f921aa7b8ce891e17a6839bfec6f444068
diff --git a/apps/segmentrouting/src/main/java/org/onosproject/segmentrouting/SegmentRoutingService.java b/apps/segmentrouting/src/main/java/org/onosproject/segmentrouting/SegmentRoutingService.java
index f82ad3e..6cdc26b 100644
--- a/apps/segmentrouting/src/main/java/org/onosproject/segmentrouting/SegmentRoutingService.java
+++ b/apps/segmentrouting/src/main/java/org/onosproject/segmentrouting/SegmentRoutingService.java
@@ -44,7 +44,7 @@
     /**
      * 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;