Skip to content

Commit

Permalink
Add XML 1.1 class to reflection config
Browse files Browse the repository at this point in the history
Closes #1027

Signed-off-by: David Thompson <davthomp@redhat.com>
  • Loading branch information
datho7561 authored and angelozerr committed May 11, 2021
1 parent 74cfa7a commit 41ebe79
Showing 1 changed file with 7 additions and 0 deletions.
Expand Up @@ -29,6 +29,13 @@
"parameterTypes": []
}]
},
{
"name": "org.apache.xerces.impl.dv.dtd.XML11DTDDVFactoryImpl",
"methods": [{
"name": "<init>",
"parameterTypes": []
}]
},
{
"name": "org.apache.xerces.impl.dv.xs.ExtendedSchemaDVFactoryImpl",
"methods": [{
Expand Down

0 comments on commit 41ebe79

Please sign in to comment.