Skip to content

Commit

Permalink
fix: add missing CopyBookDTO to native configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
ishche committed Sep 24, 2024
1 parent 6e0ab7c commit 1cb2244
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3929,5 +3929,17 @@
"parameterTypes": []
}
]
},
{
"name": "org.eclipse.lsp.cobol.common.copybook.CopyBookDTO",
"methods": [
{
"name": "<init>",
"parameterTypes": [
"java.lang.String",
"java.lang.String"
]
}
]
}
]

0 comments on commit 1cb2244

Please sign in to comment.