Skip to content

Commit bb8f946

Browse files
committed
Fix reflection warning
1 parent 4b8d2f6 commit bb8f946

File tree

1 file changed

+1
-1
lines changed
  • src/main/clojure/com/github/clojure_lsp/intellij

1 file changed

+1
-1
lines changed

src/main/clojure/com/github/clojure_lsp/intellij/db.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@
3737
vals
3838
(mapv :project)
3939
(remove nil?)
40-
(remove #(.isDisposed %))))
40+
(remove #(.isDisposed ^Project %))))

0 commit comments

Comments
 (0)