Skip to content

Commit 066b603

Browse files
committed
Add a todo note
1 parent 51141dc commit 066b603

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/cider/nrepl/middleware/info.clj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,8 @@
129129
@javadoc/*remote-javadocs*)
130130
path)})
131131

132+
;; TODO: Seems those were hardcoded here accidentally - we should
133+
;; probably provide a simple API to register remote JavaDocs.
132134
(javadoc/add-remote-javadoc "com.amazonaws." "http://docs.aws.amazon.com/AWSJavaSDK/latest/javadoc/")
133135
(javadoc/add-remote-javadoc "org.apache.kafka." "https://kafka.apache.org/090/javadoc/index.html?")
134136

0 commit comments

Comments
 (0)