mirror of https://github.com/apache/lucene.git
LUCENE-4155: Move remaining test to correct package.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1356192 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
2a05dbbb3d
commit
9cb633d5ca
|
@ -1,4 +1,4 @@
|
|||
package org.apache.lucene.util;
|
||||
package org.apache.lucene.index;
|
||||
|
||||
/*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
|
@ -21,9 +21,8 @@ import java.io.IOException;
|
|||
import java.util.HashMap;
|
||||
import java.util.Map;
|
||||
|
||||
import org.apache.lucene.index.TwoPhaseCommit;
|
||||
import org.apache.lucene.index.TwoPhaseCommitTool;
|
||||
import org.apache.lucene.index.TwoPhaseCommitTool.TwoPhaseCommitWrapper;
|
||||
import org.apache.lucene.util.LuceneTestCase;
|
||||
|
||||
public class TestTwoPhaseCommitTool extends LuceneTestCase {
|
||||
|
Loading…
Reference in New Issue