格式化

This commit is contained in:
redkale
2024-07-02 11:21:14 +08:00
parent 69c2baae51
commit 8fde50fabf
2 changed files with 20 additions and 19 deletions

37
.gitignore vendored
View File

@@ -1,18 +1,19 @@
*.class
# Mobile Tools for Java (J2ME)
.mtj.tmp/
# Package Files #
*.jar
*.war
*.ear
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
/target/
/.idea/
/redkale.iml
/ClientConnection.java
/nbactions.xml
/nb-configuration.xml
*.class
# Mobile Tools for Java (J2ME)
.mtj.tmp/
# Package Files #
*.jar
*.war
*.ear
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
/target/
/.idea/
/redkale.iml
/ClientConnection.java
/nbactions.xml
/nb-configuration.xml
/my/target/

View File

@@ -20,7 +20,7 @@ public class CachedEventMessage implements Serializable {
// CachedManager唯一标识
protected String node;
// key
protected String key;