mirror of
https://github.com/querydsl/querydsl.git
synced 2026-06-27 21:01:15 +08:00
moved LoadTest to com.mysema.query.collections
This commit is contained in:
parent
6cb5f2fe67
commit
5271f836a3
@ -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;
|
||||
Loading…
Reference in New Issue
Block a user