From 8cf747aed5a6f2e131804db396b3275679229b05 Mon Sep 17 00:00:00 2001 From: Hossein Yousefi Date: Tue, 19 Sep 2023 15:17:11 +0200 Subject: [PATCH] commit again! --- jni/lib/src/errors.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jni/lib/src/errors.dart b/jni/lib/src/errors.dart index 9bca0397..41e08a66 100644 --- a/jni/lib/src/errors.dart +++ b/jni/lib/src/errors.dart @@ -99,7 +99,7 @@ extension on int { String str() => _names[this]!; } -// TODO(#395): Remove this when calltypes are removed. +// TODO(#395): Remove this when `JniCallType`s are removed. final class InvalidCallTypeError extends Error { final int type; final Set allowed;