Skip to content

Commit

Permalink
Fixed metadata typeReachable value
Browse files Browse the repository at this point in the history
  • Loading branch information
msupic committed Feb 19, 2025
1 parent 122c0a5 commit 907a30b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
{
"name": "sun.security.provider.ConfigFile",
"condition": {
"typeReachable": "javax.security.auth.login.Configuration$2"
"typeReachable": "javax.security.auth.login.Configuration"
},
"methods": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
{
"name": "sun.security.provider.ConfigFile",
"condition": {
"typeReachable": "javax.security.auth.login.Configuration$2"
"typeReachable": "javax.security.auth.login.Configuration"
},
"methods": [
{
Expand Down

0 comments on commit 907a30b

Please sign in to comment.