格式化
This commit is contained in:
37
.gitignore
vendored
37
.gitignore
vendored
@@ -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/
|
||||
|
||||
@@ -20,7 +20,7 @@ public class CachedEventMessage implements Serializable {
|
||||
|
||||
// CachedManager唯一标识
|
||||
protected String node;
|
||||
|
||||
|
||||
// key
|
||||
protected String key;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user