Skip to content

Commit 5056d31

Browse files
committed
chore: fix types
1 parent 39a0ad9 commit 5056d31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lua/java-core/ls/clients/jdtls-client.lua

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ local await = async.wait_handle_error
2222
---| 'convertVariableToField'
2323
---| 'invertVariable'
2424
---| 'introduceParameter'
25-
---| 'convertAnonymousClassToNestedCommand') {
25+
---| 'convertAnonymousClassToNestedCommand'
2626

2727
---@class jdtls.RefactorWorkspaceEdit
2828
---@field edit lsp.WorkspaceEdit
@@ -88,7 +88,7 @@ function JdtlsClient:workspace_execute_command(command, params, buffer)
8888
end
8989

9090
---Returns more information about the object the cursor is on
91-
---@param command java-core.JdtlsRequestMethod
91+
---@param command jdtls.CodeActionCommand
9292
---@param params lsp.CodeActionParams
9393
---@param buffer? number
9494
---@return jdtls.SelectionInfo[]

0 commit comments

Comments
 (0)