格式化

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 *.class
# Mobile Tools for Java (J2ME) # Mobile Tools for Java (J2ME)
.mtj.tmp/ .mtj.tmp/
# Package Files # # Package Files #
*.jar *.jar
*.war *.war
*.ear *.ear
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid* hs_err_pid*
/target/ /target/
/.idea/ /.idea/
/redkale.iml /redkale.iml
/ClientConnection.java /ClientConnection.java
/nbactions.xml /nbactions.xml
/nb-configuration.xml /nb-configuration.xml
/my/target/

View File

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