From 0b968e2c7b2c1eefc87bd61fcc4969502a40fcb6 Mon Sep 17 00:00:00 2001 From: ZhouXY108 Date: Tue, 19 Mar 2024 08:29:57 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=BC=E5=BC=8F=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/java/xyz/zhouxy/plusone/commons/util/IdWorker.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/xyz/zhouxy/plusone/commons/util/IdWorker.java b/src/main/java/xyz/zhouxy/plusone/commons/util/IdWorker.java index c504f56..18f3144 100644 --- a/src/main/java/xyz/zhouxy/plusone/commons/util/IdWorker.java +++ b/src/main/java/xyz/zhouxy/plusone/commons/util/IdWorker.java @@ -139,4 +139,4 @@ public class IdWorker { private long getNewestTimestamp() { return System.currentTimeMillis() - TWEPOCH; } -} \ No newline at end of file +}