Skip to content

Commit

Permalink
Fix checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
koppor committed Mar 20, 2023
1 parent 3b14255 commit e734892
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/main/java/org/jabref/logic/net/URLDownload.java
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ public static void bypassSSLVerification() {

// Create a trust manager that does not validate certificate chains
TrustManager[] trustAllCerts = {new X509TrustManager() {

@Override
public void checkClientTrusted(X509Certificate[] chain, String authType) {
}
Expand Down
2 changes: 0 additions & 2 deletions src/main/java/org/jabref/model/util/FileHelper.java
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,6 @@ public static Optional<String> getFileExtension(String fileName) {
return Optional.empty();
}



/**
* Converts a relative filename to an absolute one, if necessary. Returns an empty optional if the file does not
* exist.<br/>
Expand Down

0 comments on commit e734892

Please sign in to comment.