mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-11-01 08:41:28 +01:00
Correct typo and description in javadoc
Change-Id: Ie660b32bd52701b2a0852f821402d05d87dd9c11
This commit is contained in:
parent
dfb9b36635
commit
a66cb12ca4
@ -161,7 +161,7 @@ public final class Criteria {
|
||||
/**
|
||||
* Creates a match on lambda field using the specified value.
|
||||
*
|
||||
* @param lambda lamda to match on
|
||||
* @param lambda lambda to match on
|
||||
* @return match criterion
|
||||
*/
|
||||
public static Criterion matchLambda(Short lambda) {
|
||||
@ -169,9 +169,9 @@ public final class Criteria {
|
||||
}
|
||||
|
||||
/**
|
||||
* Creates a match on lambda field using the specified value.
|
||||
* Creates a match on optical signal type using the specified value.
|
||||
*
|
||||
* @param sigType signame type
|
||||
* @param sigType optical signal type
|
||||
* @return match criterion
|
||||
*/
|
||||
public static Criterion matchOpticalSignalType(Short sigType) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user