Skip to content

Commit

Permalink
fixup! fixup! Too big error message JabRef#4827 (clearing check style…
Browse files Browse the repository at this point in the history
… warning)
  • Loading branch information
dpolishc committed May 14, 2019
1 parent 0392b0a commit 4865eae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/jabref/logic/shared/DBMSConnection.java
Expand Up @@ -10,10 +10,10 @@
import org.jabref.logic.shared.exception.InvalidDBMSConnectionPropertiesException;
import org.jabref.model.database.shared.DBMSType;
import org.jabref.model.database.shared.DatabaseConnection;

import org.slf4j.Logger;
import org.slf4j.LoggerFactory;


public class DBMSConnection implements DatabaseConnection {

private static final Logger LOGGER = LoggerFactory.getLogger(DBMSConnection.class);
Expand Down

0 comments on commit 4865eae

Please sign in to comment.