Skip to content

Commit 88e2e69

Browse files
committed
Added export statements
1 parent e74c06d commit 88e2e69

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/main/java/module-info.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,8 @@
2222
requires transitive java.logging;
2323
requires transitive org.apache.logging.log4j.to.slf4j;
2424

25+
exports nl.altindag.log;
26+
exports nl.altindag.log.exception;
27+
exports nl.altindag.log.model;
28+
2529
}

0 commit comments

Comments
 (0)