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 410cb0d commit bfbce31Copy full SHA for bfbce31
guid/src/main/java/com/onixbyte/guid/impl/SnowflakeGuidCreator.java
@@ -19,8 +19,6 @@
19
20
import com.onixbyte.guid.GuidCreator;
21
import com.onixbyte.guid.exceptions.TimingException;
22
-import org.slf4j.Logger;
23
-import org.slf4j.LoggerFactory;
24
25
import java.time.LocalDateTime;
26
import java.time.ZoneId;
@@ -49,8 +47,6 @@
49
47
*/
50
48
public final class SnowflakeGuidCreator implements GuidCreator<Long> {
51
52
- private final static Logger log = LoggerFactory.getLogger(SnowflakeGuidCreator.class);
53
-
54
/**
55
* Constructs a SnowflakeGuidGenerator with the default start epoch and custom worker ID, data
56
* centre ID.
0 commit comments