Skip to content

Commit

Permalink
fix: update reflection config for native build
Browse files Browse the repository at this point in the history
Signed-off-by: ap891843 <aman.prashant@broadcom.com>
  • Loading branch information
ap891843 authored and ishche committed Sep 25, 2024
1 parent 05b7288 commit 348b036
Showing 1 changed file with 8 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3931,15 +3931,13 @@
]
},
{
"name": "org.eclipse.lsp.cobol.common.copybook.CopyBookDTO",
"methods": [
{
"name": "<init>",
"parameterTypes": [
"java.lang.String",
"java.lang.String"
]
}
]
"name":"org.eclipse.lsp4j.SetTraceParams",
"allDeclaredFields":true,
"methods":[{"name":"<init>","parameterTypes":[] }]
},
{"name":"setTrace","parameterTypes":["org.eclipse.lsp4j.SetTraceParams"] },
{
"name":"org.eclipse.lsp.cobol.common.copybook.CopyBookDTO",
"allDeclaredFields":true
}
]

0 comments on commit 348b036

Please sign in to comment.