Skip to content

Commit d551414

Browse files
committed
Empty implementations of Loops and Wrap
1 parent 5280507 commit d551414

File tree

4 files changed

+22
-0
lines changed

4 files changed

+22
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
package org.jooq.lambda;
2+
3+
public class Loops {
4+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
package org.jooq.lambda;
2+
3+
public class Wrap {
4+
5+
6+
7+
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
package org.jooq.lambda;
2+
3+
public class Loops {
4+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
package org.jooq.lambda;
2+
3+
public class Wrap {
4+
5+
6+
7+
}

0 commit comments

Comments
 (0)