8000
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 fb02042 commit 779d383Copy full SHA for 779d383
google-http-client/src/main/java/com/google/api/client/util/store/FileDataStoreFactory.java
@@ -37,7 +37,6 @@
37
import java.util.HashSet;
38
import java.util.Locale;
39
import java.util.Set;
40
-import java.util.logging.Logger;
41
42
/**
43
* Thread-safe file implementation of a credential store.
@@ -55,8 +54,6 @@
55
54
*/
56
public class FileDataStoreFactory extends AbstractDataStoreFactory {
57
58
- private static final Logger LOGGER = Logger.getLogger(FileDataStoreFactory.class.getName());
59
-
60
private static final boolean IS_WINDOWS =
61
StandardSystemProperty.OS_NAME.value().toLowerCase(Locale.ENGLISH).startsWith("windows");
62
0 commit comments