Skip to content

Commit e67e877

Browse files
committed
Group ".remote" together in module-info
1 parent ec07091 commit e67e877

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jablib/src/main/java/module-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
exports org.jabref.logic.protectedterms;
3131
exports org.jabref.logic.remote;
3232
exports org.jabref.logic.remote.client;
33+
exports org.jabref.logic.remote.server;
3334
exports org.jabref.logic.net.ssl;
3435
exports org.jabref.logic.citationstyle;
3536
exports org.jabref.architecture;
@@ -85,7 +86,6 @@
8586
exports org.jabref.logic.biblog;
8687
exports org.jabref.model.biblog;
8788
exports org.jabref.model.http;
88-
exports org.jabref.logic.remote.server;
8989
exports org.jabref.logic.util.strings;
9090
exports org.jabref.model.openoffice;
9191
exports org.jabref.logic.openoffice;

0 commit comments

Comments
 (0)