Skip to content
This repository has been archived by the owner on Apr 29, 2024. It is now read-only.

Commit

Permalink
commit again!
Browse files Browse the repository at this point in the history
  • Loading branch information
HosseinYousefi committed Sep 19, 2023
1 parent b0d865b commit 8cf747a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jni/lib/src/errors.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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<int> allowed;
Expand Down

0 comments on commit 8cf747a

Please sign in to comment.