Correct typo and description in javadoc

Change-Id: Ie660b32bd52701b2a0852f821402d05d87dd9c11
This commit is contained in:
Sho SHIMIZU 2014-12-02 18:11:15 -08:00 committed by Gerrit Code Review
parent dfb9b36635
commit a66cb12ca4

View File

@ -161,7 +161,7 @@ public final class Criteria {
/** /**
* Creates a match on lambda field using the specified value. * 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 * @return match criterion
*/ */
public static Criterion matchLambda(Short lambda) { 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 * @return match criterion
*/ */
public static Criterion matchOpticalSignalType(Short sigType) { public static Criterion matchOpticalSignalType(Short sigType) {