Avantika-Huawei
Committed by Gerrit Code Review

Javadoc error correction

Change-Id: Ic764772f57fa826b5c8ef9ead913783fa2d05fa3
...@@ -78,6 +78,7 @@ public interface SnatService { ...@@ -78,6 +78,7 @@ public interface SnatService {
78 * @param matchVni the vni of L3 network 78 * @param matchVni the vni of L3 network
79 * @param srcIP source ip 79 * @param srcIP source ip
80 * @param dstIP destination ip 80 * @param dstIP destination ip
81 + * @param prefix prefix
81 * @param type the operation type of the flow rules 82 * @param type the operation type of the flow rules
82 */ 83 */
83 void programSnatSameSegmentUploadControllerRules(DeviceId deviceId, 84 void programSnatSameSegmentUploadControllerRules(DeviceId deviceId,
......
...@@ -30,7 +30,7 @@ public final class IpUtil { ...@@ -30,7 +30,7 @@ public final class IpUtil {
30 * 30 *
31 * @param srcIp source Ip 31 * @param srcIp source Ip
32 * @param dstIp destination 32 * @param dstIp destination
33 - * @param masks netmask length 33 + * @param mask netmask length
34 * @return boolean 34 * @return boolean
35 */ 35 */
36 public static boolean checkSameSegment(IpAddress srcIp, IpAddress dstIp, 36 public static boolean checkSameSegment(IpAddress srcIp, IpAddress dstIp,
......