Skip to content

Commit df1b8cf

Browse files
committed
Add type hint to eliminate reflection warning
1 parent 2ba9779 commit df1b8cf

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)