refactor: remove logger and unused imports

This commit is contained in:
siujamo
2025-06-04 11:15:25 +08:00
parent 410cb0d6d1
commit bfbce31e27
@@ -19,8 +19,6 @@ package com.onixbyte.guid.impl;
import com.onixbyte.guid.GuidCreator;
import com.onixbyte.guid.exceptions.TimingException;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import java.time.LocalDateTime;
import java.time.ZoneId;
@@ -49,8 +47,6 @@ import java.time.ZoneId;
*/
public final class SnowflakeGuidCreator implements GuidCreator<Long> {
private final static Logger log = LoggerFactory.getLogger(SnowflakeGuidCreator.class);
/**
* Constructs a SnowflakeGuidGenerator with the default start epoch and custom worker ID, data
* centre ID.