Skip to content

Commit 582e065

Browse files
committed
Fix module-info to align order
1 parent 9d1e8c1 commit 582e065

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

junit-jupiter-api/src/main/java/module-info.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@
3030
exports org.junit.jupiter.api.function;
3131
exports org.junit.jupiter.api.io;
3232
exports org.junit.jupiter.api.parallel;
33-
exports org.junit.jupiter.api.timeout to org.junit.jupiter.engine;
3433
exports org.junit.jupiter.api.locale to org.junit.platform.commons;
34+
exports org.junit.jupiter.api.timeout to org.junit.jupiter.engine;
3535
exports org.junit.jupiter.api.timezone to org.junit.platform.commons;
3636

3737
opens org.junit.jupiter.api.condition to org.junit.platform.commons;
38-
opens org.junit.jupiter.api.timeout to org.junit.platform.commons;
3938
opens org.junit.jupiter.api.locale to org.junit.platform.commons;
39+
opens org.junit.jupiter.api.timeout to org.junit.platform.commons;
4040
opens org.junit.jupiter.api.timezone to org.junit.platform.commons;
4141
}

0 commit comments

Comments
 (0)