We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec07091 commit e67e877Copy full SHA for e67e877
jablib/src/main/java/module-info.java
@@ -30,6 +30,7 @@
30
exports org.jabref.logic.protectedterms;
31
exports org.jabref.logic.remote;
32
exports org.jabref.logic.remote.client;
33
+ exports org.jabref.logic.remote.server;
34
exports org.jabref.logic.net.ssl;
35
exports org.jabref.logic.citationstyle;
36
exports org.jabref.architecture;
@@ -85,7 +86,6 @@
85
86
exports org.jabref.logic.biblog;
87
exports org.jabref.model.biblog;
88
exports org.jabref.model.http;
- exports org.jabref.logic.remote.server;
89
exports org.jabref.logic.util.strings;
90
exports org.jabref.model.openoffice;
91
exports org.jabref.logic.openoffice;
0 commit comments