From 86e2cd377050651a6dd7e363b7f4ead38554c797 Mon Sep 17 00:00:00 2001 From: adiao <1819192616@qq.com> Date: Sun, 9 Apr 2023 05:46:20 +0800 Subject: [PATCH] Updated files --- 项目命名/项目命名格式.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/项目命名/项目命名格式.md b/项目命名/项目命名格式.md index cfbaf25..9ce58b3 100644 --- a/项目命名/项目命名格式.md +++ b/项目命名/项目命名格式.md @@ -216,7 +216,7 @@ public class HelloWorld { public static final long USER_MESSAGE_CACHE_EXPIRE_TIME = 3600; /** - * 局部常量(反例,命名不清晰) + * 局部常量(反例,命名不清晰) */ public static final long MESSAGE_CACHE_TIME = 3600;