Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[generator] Use the correct javadoc element
Fixes: dotnet#933 Fixes a bug when attempting to find the `<javadoc/>` element that is associated with a specific member name and jni-signature. When a type contained multiple members with the same name, we would always return the first `<javadoc/>` that matched the member name, rather than the one that matched both the name and signature.
- Loading branch information