Sho SHIMIZU
Committed by Gerrit Code Review

Add description about deprecation of matchLambda(int)

Change-Id: I6423b03b53835ffbff1f0ad00f6bd937bad0feb7
......@@ -360,6 +360,7 @@ public final class Criteria {
*
* @param lambda lambda to match on (16 bits unsigned integer)
* @return match criterion
* @deprecated in Cardinal Release. Use {@link #matchLambda(Lambda)} instead.
*/
@Deprecated
public static Criterion matchLambda(int lambda) {
......