moved LoadTest to com.mysema.query.collections

This commit is contained in:
Timo Westkämper 2010-06-08 09:00:23 +00:00
parent 6cb5f2fe67
commit 5271f836a3

View File

@ -3,7 +3,7 @@
* All rights reserved.
*
*/
package com.mysema.query;
package com.mysema.query.collections;
import static org.junit.Assert.assertEquals;
@ -15,7 +15,6 @@ import java.util.List;
import org.junit.Test;
import com.mysema.query.collections.QCat;
import com.mysema.query.collections.Cat;
import com.mysema.query.collections.ColQueryTemplates;
import com.mysema.query.collections.DefaultEvaluatorFactory;
import com.mysema.query.collections.MiniApi;