IDEMPIERE-258 SysConfig keys ignoring trailing spaces

This commit is contained in:
Carlos Ruiz 2012-05-07 14:25:32 -05:00
parent 1828616426
commit 03b9163c13
1 changed files with 0 additions and 1 deletions

View File

@ -307,7 +307,6 @@ public class MSysConfig extends X_AD_SysConfig
}
//
if (str != null) {
str = str.trim();
s_cache.put(key, str);
return str;
}