Update Node.java

pull/2/head
pa2ltb7y5 11 months ago
parent 1bcfda0e25
commit 69a1d8515d

@ -37,8 +37,7 @@ public abstract class Node {// 定义了一些静态变量
public static final int SYNC_ACTION_UPDATE_CONFLICT = 7;
public static final int SYNC_ACTION_ERROR = 8;
// 定义了一些实例变量
public static final int SYNC_ACTION_ERROR = 8;// 定义了一些实例变量
private String mGid;
private String mName;

Loading…
Cancel
Save