Skip to content

Commit

Permalink
simplify reflect-config
Browse files Browse the repository at this point in the history
  • Loading branch information
esaulpaugh committed Feb 6, 2025
1 parent ba235f5 commit e56daea
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions graal-config/reflect-config.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,4 @@
[
{
"name": "com.google.gson.stream.JsonReader",
"methods": [
{
"name": "setStrictness",
"parameterTypes": ["com.google.gson.Strictness"]
}
]
},
{
"name": "com.google.gson.Strictness",
"methods": [
{
"name": "valueOf",
"parameterTypes": ["java.lang.String"]
}
]
},
{
"name" : "byte[]",
"unsafeAllocated" : true
Expand Down

0 comments on commit e56daea

Please sign in to comment.