Navigation Menu

Skip to content

Commit

Permalink
fix: remove unused logger (#1228)
Browse files Browse the repository at this point in the history
  • Loading branch information
elharo committed Jan 19, 2021
1 parent fb02042 commit 779d383
Showing 1 changed file with 0 additions and 3 deletions.
Expand Up @@ -37,7 +37,6 @@
import java.util.HashSet;
import java.util.Locale;
import java.util.Set;
import java.util.logging.Logger;

/**
* Thread-safe file implementation of a credential store.
Expand All @@ -55,8 +54,6 @@
*/
public class FileDataStoreFactory extends AbstractDataStoreFactory {

private static final Logger LOGGER = Logger.getLogger(FileDataStoreFactory.class.getName());

private static final boolean IS_WINDOWS =
StandardSystemProperty.OS_NAME.value().toLowerCase(Locale.ENGLISH).startsWith("windows");

Expand Down

0 comments on commit 779d383

Please sign in to comment.