Skip to content

Commit 18a7e02

Browse files
committed
Add [JniTypeSignature] to GenericHolder<T>.
This type mapping isn't *actually* required, but it *is* used in `JavaVMFixture`, and it confuses people (me!) if things are inconsistent.
1 parent 3e583fe commit 18a7e02

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/Java.Interop-Tests/Java.Interop/JniTypeManagerTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,7 @@ public void GetTypeSignature ()
197197
}
198198
}
199199

200+
[JniTypeSignature (JniTypeName)]
200201
class GenericHolder<T> : JavaObject {
201202
public const string JniTypeName = "net/dot/jni/test/tests/GenericHolder";
202203

0 commit comments

Comments
 (0)