Skip to content

Commit

Permalink
[#335] Missing exports section in module-info.java
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaseder committed Jun 12, 2018
1 parent f24fbfc commit bb6410b
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion jOOL/src/main/java/module-info.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
/* [java-9] */
module org.jooq.jool {

exports org.jooq.lambda;
exports org.jooq.lambda.exception;
exports org.jooq.lambda.fi.lang;
exports org.jooq.lambda.fi.util;
exports org.jooq.lambda.fi.util.concurrent;
exports org.jooq.lambda.fi.util.function;
exports org.jooq.lambda.function;
exports org.jooq.lambda.tuple;
}
/* [/java-9] */

0 comments on commit bb6410b

Please sign in to comment.