mirror of
https://github.com/querydsl/querydsl.git
synced 2026-06-16 21:01:10 +08:00
added headers
This commit is contained in:
parent
6934338f98
commit
fef8bd0f97
@ -1,3 +1,8 @@
|
||||
/*
|
||||
* Copyright (c) 2008 Mysema Ltd.
|
||||
* All rights reserved.
|
||||
*
|
||||
*/
|
||||
package com.mysema.query.collections.iterators;
|
||||
|
||||
import java.util.ArrayList;
|
||||
|
||||
@ -1,3 +1,8 @@
|
||||
/*
|
||||
* Copyright (c) 2008 Mysema Ltd.
|
||||
* All rights reserved.
|
||||
*
|
||||
*/
|
||||
package com.mysema.query.grammar.types;
|
||||
|
||||
import com.mysema.query.grammar.types.Expr;
|
||||
|
||||
@ -1,3 +1,8 @@
|
||||
/*
|
||||
* Copyright (c) 2008 Mysema Ltd.
|
||||
* All rights reserved.
|
||||
*
|
||||
*/
|
||||
package com.mysema.query.collections.iterators;
|
||||
|
||||
import static org.junit.Assert.assertArrayEquals;
|
||||
@ -58,7 +63,7 @@ public class MultiIteratorTest {
|
||||
for (Object b : row(10, 20, 30)){
|
||||
for (Object c : row(100, 200, 300, 400)){
|
||||
for (Object d : row(1000, 2000, 3000, 4000, 5000)){
|
||||
list.add(row(a,b,c, d));
|
||||
list.add(row(a, b, c, d));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user