去掉final修饰符

This commit is contained in:
zhangxin10 2015-11-11 14:33:50 +08:00
parent 5167d5a5f9
commit 7a270e4881
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ public class Config {
public static long SWITCH_FILE_WAIT_TIME = 5000L;
// 追加EOF标志位的线程数量
public static final int MAX_APPEND_EOF_FLAGS_THREAD_NUMBER = 2;
public static int MAX_APPEND_EOF_FLAGS_THREAD_NUMBER = 2;
}
public static class RegisterPersistence {