HIGUCHI Yuta
Committed by Gerrit Code Review

One more IndexedLambda deprecation

Change-Id: I8283ae4137bf04d35abe3df8a89c947cd32128ca
......@@ -24,7 +24,10 @@ public interface Lambda {
*
* @param lambda index number
* @return an instance
*
* @deprecated in Emu (1.4.0)
*/
@Deprecated
static Lambda indexedLambda(long lambda) {
return new IndexedLambda(lambda);
}
......