* minor consistency changes
This commit is contained in:
parent
deac1c02f7
commit
caee4597e5
|
@ -160,8 +160,7 @@ public final class Ini implements Serializable
|
||||||
/** Load tab fields meta data using backgrond thread **/
|
/** Load tab fields meta data using backgrond thread **/
|
||||||
public static final String P_LOAD_TAB_META_DATA_BG = "LoadTabMetaDataBackground";
|
public static final String P_LOAD_TAB_META_DATA_BG = "LoadTabMetaDataBackground";
|
||||||
|
|
||||||
public static final String DEFAULT_LOAD_TAB_META_DATA_BG
|
public static final String DEFAULT_LOAD_TAB_META_DATA_BG = "N";
|
||||||
= Boolean.toString("Y".equalsIgnoreCase(System.getProperty(P_LOAD_TAB_META_DATA_BG)));
|
|
||||||
|
|
||||||
/** Ini Properties */
|
/** Ini Properties */
|
||||||
private static final String[] PROPERTIES = new String[] {
|
private static final String[] PROPERTIES = new String[] {
|
||||||
|
|
Loading…
Reference in New Issue