Temporarily commenting out changes made in

Rev:7376 of Ini class, to enable trunk to compile.
(BF2373679 Validator for beforeSaveProperties)
This commit is contained in:
tspc 2008-12-03 22:11:50 +00:00
parent 76f4216035
commit 5da8884b6a
1 changed files with 4 additions and 1 deletions

View File

@ -44,8 +44,9 @@ import javax.jnlp.UnavailableServiceException;
import org.adempiere.plaf.AdempiereLookAndFeel; import org.adempiere.plaf.AdempiereLookAndFeel;
import org.adempiere.plaf.AdempiereThemeInnova; import org.adempiere.plaf.AdempiereThemeInnova;
/* FR2373679 Validator for beforeSaveProperties
import org.compiere.model.ModelValidationEngine; import org.compiere.model.ModelValidationEngine;
*/
/** /**
* Load & Save INI Settings fopm property file * Load & Save INI Settings fopm property file
@ -237,10 +238,12 @@ public final class Ini implements Serializable
*/ */
public static void saveProperties (boolean tryUserHome) public static void saveProperties (boolean tryUserHome)
{ {
/* FR2373679 Validator for beforeSaveProperties
if (Ini.isClient() && DB.isConnected()) { if (Ini.isClient() && DB.isConnected()) {
// Call ModelValidators beforeSaveProperties // Call ModelValidators beforeSaveProperties
ModelValidationEngine.get().beforeSaveProperties(); ModelValidationEngine.get().beforeSaveProperties();
} }
*/
if (isWebStartClient()) if (isWebStartClient())
{ {