Skip to content

Commit

Permalink
#979: configure reflection to make xpath work (#980)
Browse files Browse the repository at this point in the history
  • Loading branch information
hohwille authored Jan 23, 2025
1 parent d97386f commit 58a3968
Showing 1 changed file with 20 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
[
{
"name": "com.sun.org.apache.xpath.internal.functions.FuncNormalizeSpace",
"methods": [
{
"name": "<init>",
"parameterTypes": []
}
]
},
{
"name": "com.sun.org.apache.xpath.internal.functions.FuncLocalPart",
"methods": [
{
"name": "<init>",
"parameterTypes": []
}
]
}
]

0 comments on commit 58a3968

Please sign in to comment.