Permalink
Browse files

fix io reference

  • Loading branch information...
1 parent d90e64e commit 1b8b0fbdb509206b473ae2cd281fbdc8866c74c8 @mmcgrana committed Aug 7, 2011
Showing with 1 addition and 1 deletion.
  1. +1 −1 src/clj/fleetdb/server.clj
View
2 src/clj/fleetdb/server.clj
@@ -3,7 +3,7 @@
(:require (fleetdb [file :as file] [thread-pool :as thread-pool]
[lint :as lint] [embedded :as embedded])
(clj-stacktrace [repl :as stacktrace])
- (clojure.java.io [io :as io])
+ (clojure.java [io :as io])
(clj-json [core :as json]))
(:import (java.net ServerSocket Socket InetAddress)
(java.io BufferedWriter OutputStreamWriter

0 comments on commit 1b8b0fb

Please sign in to comment.