Committed by
Gerrit Code Review
Add description about deprecation of matchLambda(int)
Change-Id: I6423b03b53835ffbff1f0ad00f6bd937bad0feb7
Showing
1 changed file
with
1 additions
and
0 deletions
... | @@ -360,6 +360,7 @@ public final class Criteria { | ... | @@ -360,6 +360,7 @@ public final class Criteria { |
360 | * | 360 | * |
361 | * @param lambda lambda to match on (16 bits unsigned integer) | 361 | * @param lambda lambda to match on (16 bits unsigned integer) |
362 | * @return match criterion | 362 | * @return match criterion |
363 | + * @deprecated in Cardinal Release. Use {@link #matchLambda(Lambda)} instead. | ||
363 | */ | 364 | */ |
364 | @Deprecated | 365 | @Deprecated |
365 | public static Criterion matchLambda(int lambda) { | 366 | public static Criterion matchLambda(int lambda) { | ... | ... |
-
Please register or login to post a comment