File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 8989
9090--- Returns more information about the object the cursor is on
9191--- @param command jdtls.CodeActionCommand
92- --- @param params lsp.CodeActionParams
92+ --- @param context lsp.CodeActionContext
9393--- @param buffer ? number
9494--- @return jdtls.SelectionInfo[]
95- function JdtlsClient :java_infer_selection (command , params , buffer )
95+ function JdtlsClient :java_infer_selection (command , context , buffer )
9696 return self :request (' java/inferSelection' , {
9797 command = command ,
98- context = params ,
98+ context = context ,
9999 }, buffer )
100100end
101101
102102--- Returns refactor details
103103--- @param command jdtls.CodeActionCommand
104- --- @param context lsp.CodeActionParams
104+ --- @param context lsp.CodeActionContext
105105--- @param options lsp.FormattingOptions
106106--- @param command_arguments jdtls.SelectionInfo[] ;
107107--- @param buffer ? number
You can’t perform that action at this time.
0 commit comments