Skip to content

Commit

Permalink
use java.io, not contrib.io
Browse files Browse the repository at this point in the history
  • Loading branch information
dakrone committed Jul 25, 2011
1 parent 6cdea7a commit b638009
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/opennlp/tools/train.clj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(ns opennlp.tools.train
"This namespace contains tools used to train OpenNLP models"
(:use [clojure.contrib.io :only [output-stream reader]])
(:use [clojure.java.io :only [output-stream reader]])
(:import [opennlp.tools.util PlainTextByLineStream])
(:import [opennlp.tools.util.model BaseModel ModelType])
(:import [opennlp.tools.dictionary Dictionary])
Expand Down

0 comments on commit b638009

Please sign in to comment.