IDEMPIERE-2334 Allow zoom from URL / fix concurrency

This commit is contained in:
Carlos Ruiz 2014-11-25 14:11:23 -05:00
parent a99bdc15d6
commit 597eb1ce32
1 changed files with 2 additions and 2 deletions

View File

@ -81,7 +81,7 @@ public class AdempiereWebUI extends Window implements EventListener<Event>, IWeb
/**
*
*/
private static final long serialVersionUID = 8229814619282121621L;
private static final long serialVersionUID = 2030098494203345181L;
private static final String SAVED_CONTEXT = "saved.context";
@ -111,7 +111,7 @@ public class AdempiereWebUI extends Window implements EventListener<Event>, IWeb
private static boolean eventThreadEnabled = false;
private static ConcurrentMap<String, String[]> m_URLParameters;
private ConcurrentMap<String, String[]> m_URLParameters;
public AdempiereWebUI()
{