File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 89
89
90
90
--- Returns more information about the object the cursor is on
91
91
--- @param command jdtls.CodeActionCommand
92
- --- @param params lsp.CodeActionParams
92
+ --- @param context lsp.CodeActionContext
93
93
--- @param buffer ? number
94
94
--- @return jdtls.SelectionInfo[]
95
- function JdtlsClient :java_infer_selection (command , params , buffer )
95
+ function JdtlsClient :java_infer_selection (command , context , buffer )
96
96
return self :request (' java/inferSelection' , {
97
97
command = command ,
98
- context = params ,
98
+ context = context ,
99
99
}, buffer )
100
100
end
101
101
102
102
--- Returns refactor details
103
103
--- @param command jdtls.CodeActionCommand
104
- --- @param context lsp.CodeActionParams
104
+ --- @param context lsp.CodeActionContext
105
105
--- @param options lsp.FormattingOptions
106
106
--- @param command_arguments jdtls.SelectionInfo[] ;
107
107
--- @param buffer ? number
You can’t perform that action at this time.
0 commit comments