We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32d72d5 commit 43ea412Copy full SHA for 43ea412
lsp-java.el
@@ -1015,8 +1015,9 @@ current symbol."
1015
(lsp-request-async
1016
"java/organizeImports" context
1017
(lambda (result)
1018
- (ht-amap (with-current-buffer (find-file-noselect (lsp--uri-to-path key))
1019
- (lsp--apply-text-edits value))
+ (lsp-map (lambda (key value)
+ (with-current-buffer (find-file-noselect (lsp--uri-to-path key))
1020
+ (lsp--apply-text-edits value)))
1021
(lsp:workspace-edit-changes? result)))
1022
:mode 'detached))))
1023
0 commit comments