格式化
This commit is contained in:
37
.gitignore
vendored
37
.gitignore
vendored
@@ -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/
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user