Committed by
Gerrit Code Review
Correct typo and description in javadoc
Change-Id: Ie660b32bd52701b2a0852f821402d05d87dd9c11
Showing
1 changed file
with
3 additions
and
3 deletions
| ... | @@ -161,7 +161,7 @@ public final class Criteria { | ... | @@ -161,7 +161,7 @@ public final class Criteria { |
| 161 | /** | 161 | /** |
| 162 | * Creates a match on lambda field using the specified value. | 162 | * Creates a match on lambda field using the specified value. |
| 163 | * | 163 | * |
| 164 | - * @param lambda lamda to match on | 164 | + * @param lambda lambda to match on |
| 165 | * @return match criterion | 165 | * @return match criterion |
| 166 | */ | 166 | */ |
| 167 | public static Criterion matchLambda(Short lambda) { | 167 | public static Criterion matchLambda(Short lambda) { |
| ... | @@ -169,9 +169,9 @@ public final class Criteria { | ... | @@ -169,9 +169,9 @@ public final class Criteria { |
| 169 | } | 169 | } |
| 170 | 170 | ||
| 171 | /** | 171 | /** |
| 172 | - * Creates a match on lambda field using the specified value. | 172 | + * Creates a match on optical signal type using the specified value. |
| 173 | * | 173 | * |
| 174 | - * @param sigType signame type | 174 | + * @param sigType optical signal type |
| 175 | * @return match criterion | 175 | * @return match criterion |
| 176 | */ | 176 | */ |
| 177 | public static Criterion matchOpticalSignalType(Short sigType) { | 177 | public static Criterion matchOpticalSignalType(Short sigType) { | ... | ... |
-
Please register or login to post a comment