Skip to content

Commit

Permalink
Add AllowedToUseStandardStreams
Browse files Browse the repository at this point in the history
  • Loading branch information
koppor committed Sep 4, 2023
1 parent 19e73e6 commit 6f51b07
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/org/jabref/http/server/Server.java
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

import javafx.collections.ObservableList;

import org.jabref.architecture.AllowedToUseStandardStreams;
import org.jabref.logic.util.OS;
import org.jabref.preferences.JabRefPreferences;

Expand All @@ -22,6 +23,7 @@
import org.slf4j.LoggerFactory;
import org.slf4j.bridge.SLF4JBridgeHandler;

@AllowedToUseStandardStreams("This is a CLI application. It resides in the package http.server to be close to the other http server related classes.")
public class Server {
private static final Logger LOGGER = LoggerFactory.getLogger(Server.class);

Expand Down

0 comments on commit 6f51b07

Please sign in to comment.