Skip to content

Commit

Permalink
Squashable commit; adds reflect-config.json to mp-2 packaging test; c…
Browse files Browse the repository at this point in the history
…hange not needed by this PR but is necessary for the otherwise unmodified test to pass

Signed-off-by: Laird Nelson <[email protected]>
  • Loading branch information
ljnelson committed Nov 14, 2024
1 parent dbf4198 commit 386d0d4
Showing 1 changed file with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
[
{
"name": "java.lang.String",
"methods": [
{
"name": "<init>",
"parameterTypes": [
"java.lang.String"
]
}
]
}
]

0 comments on commit 386d0d4

Please sign in to comment.