mirror of https://github.com/apache/lucene.git
LUCENE-4155: Add missing import changes in Kumoroji Tools (unfortunately they are not in eclipse build path, should we fix?! - I have no idea how to do this)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1352949 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
737bb84db3
commit
1be9fcd984
|
@ -27,10 +27,10 @@ import java.nio.channels.Channels;
|
|||
import java.nio.channels.WritableByteChannel;
|
||||
import java.util.ArrayList;
|
||||
|
||||
import org.apache.lucene.codecs.CodecUtil;
|
||||
import org.apache.lucene.store.DataOutput;
|
||||
import org.apache.lucene.store.OutputStreamDataOutput;
|
||||
import org.apache.lucene.util.ArrayUtil;
|
||||
import org.apache.lucene.util.CodecUtil;
|
||||
|
||||
import org.apache.lucene.analysis.ja.dict.BinaryDictionary;
|
||||
|
||||
|
|
|
@ -26,9 +26,9 @@ import java.util.Arrays;
|
|||
|
||||
import org.apache.lucene.analysis.ja.dict.CharacterDefinition;
|
||||
|
||||
import org.apache.lucene.codecs.CodecUtil;
|
||||
import org.apache.lucene.store.DataOutput;
|
||||
import org.apache.lucene.store.OutputStreamDataOutput;
|
||||
import org.apache.lucene.util.CodecUtil;
|
||||
|
||||
public final class CharacterDefinitionWriter {
|
||||
|
||||
|
|
|
@ -25,9 +25,9 @@ import java.io.OutputStream;
|
|||
|
||||
import org.apache.lucene.analysis.ja.dict.ConnectionCosts;
|
||||
|
||||
import org.apache.lucene.codecs.CodecUtil;
|
||||
import org.apache.lucene.store.DataOutput;
|
||||
import org.apache.lucene.store.OutputStreamDataOutput;
|
||||
import org.apache.lucene.util.CodecUtil;
|
||||
|
||||
public final class ConnectionCostsWriter {
|
||||
|
||||
|
|
Loading…
Reference in New Issue