Commit e7d96f2
[Java.Interop] public ctor for JniRuntime.JniObjectReferenceManager (#527)
Context: https://devdiv.visualstudio.com/DevDiv/_build/results?buildId=3273185&view=logs&jobId=b294c323-e432-5e2d-7a4a-9afaf424764a&j=b294c323-e432-5e2d-7a4a-9afaf424764a&t=296c62e6-5986-5511-382c-2bc427b1c780
Commit 5fa8c18 removed the public constructor from the abstract type
`Java.Interop.JniRuntime.JniObjectReferenceManager`. This change is
fine, but it triggered the API Compatibility break:
<div data-is-breaking> <span class='removed removed-inline removed-breaking-inline'>public</span> <span class='added '>protected</span> JniRuntime.JniObjectReferenceManager ()
As we are in the middle of [replacing the API compat checks][0],
it's easier to simply revert this change for now.
[0]: dotnet/android#38841 parent dec2e39 commit e7d96f2
File tree
2 files changed
+6
-0
lines changed- src/Java.Interop
- Java.Interop
2 files changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
11 | 13 | | |
12 | 14 | | |
13 | 15 | | |
| |||
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
17 | 21 | | |
18 | 22 | | |
19 | 23 | | |
| |||
0 commit comments