diff --git a/src/com/gearswithingears/async_sockets.clj b/src/com/gearswithingears/async_sockets.clj index 4c72d60..b387ad4 100644 --- a/src/com/gearswithingears/async_sockets.clj +++ b/src/com/gearswithingears/async_sockets.clj @@ -29,7 +29,7 @@ false)) (defrecord AsyncSocket - [^Socket socket ^InetSocketAddress address in-ch out-ch]) + [^Socket socket ^InetSocketAddress address in out]) (defrecord AsyncSocketServer [^Integer port ^Integer backlog ^InetAddress bind-addr ^ServerSocket server connections])