mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-20 20:02:17 +02:00
Use non-abbreviated forms in javadoc
Change-Id: I388f02dca0e782c856fe7c1825fea9019bc6e984
This commit is contained in:
parent
f5c3a2e204
commit
dfb9b36635
@ -109,9 +109,9 @@ public final class Criteria {
|
||||
}
|
||||
|
||||
/**
|
||||
* Creates a match on IP src field using the specified value.
|
||||
* Creates a match on IP source field using the specified value.
|
||||
*
|
||||
* @param ip ip src value
|
||||
* @param ip ip source value
|
||||
* @return match criterion
|
||||
*/
|
||||
public static Criterion matchIPSrc(IpPrefix ip) {
|
||||
@ -119,9 +119,9 @@ public final class Criteria {
|
||||
}
|
||||
|
||||
/**
|
||||
* Creates a match on IP dst field using the specified value.
|
||||
* Creates a match on IP destination field using the specified value.
|
||||
*
|
||||
* @param ip ip src value
|
||||
* @param ip ip source value
|
||||
* @return match criterion
|
||||
*/
|
||||
public static Criterion matchIPDst(IpPrefix ip) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user