Skip to content

Commit ff648f3

Browse files
authored
Merge pull request #432 from sirmspencer/sirmspencer-add-type-hint
Add type hint to eliminate reflection warning
2 parents eb73b9d + df1b8cf commit ff648f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ring-jetty-adapter/src/ring/adapter/jetty.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
(.addExcludeProtocols context-server protocols))))
114114
context-server))
115115

116-
(defn- ^ServerConnector ssl-connector [server options]
116+
(defn- ^ServerConnector ssl-connector [^Server server options]
117117
(let [ssl-port (options :ssl-port 443)
118118
http-factory (HttpConnectionFactory.
119119
(doto (http-config options)

0 commit comments

Comments
 (0)