fix(build): update reflect-config.json #24

Merged
Thibaut merged 1 commits from dev into master 2025-02-05 16:43:40 +00:00
2 changed files with 9 additions and 7 deletions

View File

@ -0,0 +1,9 @@
[
{
"name": "com.lowagie.text.pdf.GrayColor",
"allDeclaredConstructors": true,
"allPublicConstructors": true,
"allDeclaredMethods": true,
"allPublicMethods": true
}
]

View File

@ -6,13 +6,6 @@
"allDeclaredMethods": true,
"allPublicMethods": true
},
{
"name": "com.lowagie.text.pdf.GrayColor",
"allDeclaredConstructors": true,
"allPublicConstructors": true,
"allDeclaredMethods": true,
"allPublicMethods": true
},
{
"name": "sun.font.Font2D",
"allDeclaredConstructors": true,