IDEMPIERE-1550 Zk: Problem with multiple browser tab / minor, regenerate serialVersionUID
This commit is contained in:
parent
9dd3098138
commit
9f67539c3d
|
@ -77,7 +77,7 @@ public class AdempiereWebUI extends Window implements EventListener<Event>, IWeb
|
|||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 6505634026383902627L;
|
||||
private static final long serialVersionUID = 5875869799688466929L;
|
||||
|
||||
private static final String SAVED_CONTEXT = "saved.context";
|
||||
|
||||
|
|
|
@ -105,9 +105,10 @@ import com.lowagie.text.pdf.PdfWriter;
|
|||
public class ProcessDialog extends Window implements EventListener<Event>, IProcessUI, IHelpContext
|
||||
{
|
||||
/**
|
||||
* generate serial version ID
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 5545731871518761455L;
|
||||
private static final long serialVersionUID = 6316822220179816250L;
|
||||
|
||||
private static final String MESSAGE_DIV_STYLE = "max-height: 150pt; overflow: auto; margin: 10px;";
|
||||
private Div messageDiv;
|
||||
private Center center;
|
||||
|
|
|
@ -70,13 +70,14 @@ import org.zkoss.zul.Vlayout;
|
|||
*/
|
||||
public class ProcessModalDialog extends Window implements EventListener<Event>, IProcessUI, DialogEvents
|
||||
{
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = -3708004619583382450L;
|
||||
|
||||
private static final String ON_STATUS_UPDATE = "onStatusUpdate";
|
||||
private static final String ON_COMPLETE = "onComplete";
|
||||
|
||||
/**
|
||||
* generated serial version ID
|
||||
*/
|
||||
private static final long serialVersionUID = -7109707014309321369L;
|
||||
private boolean m_autoStart;
|
||||
private VerticalBox dialogBody;
|
||||
|
||||
|
|
|
@ -100,17 +100,17 @@ import org.zkoss.zul.West;
|
|||
*/
|
||||
public class DefaultDesktop extends TabbedDesktop implements MenuListener, Serializable, EventListener<Event>, EventHandler, DesktopCleanup
|
||||
{
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = -3578277408025379219L;
|
||||
|
||||
private static final String IMAGES_UPARROW_PNG = "images/collapse-header.png";
|
||||
|
||||
private static final String IMAGES_DOWNARROW_PNG = "images/expand-header.png";
|
||||
|
||||
private static final String IMAGES_CONTEXT_HELP_PNG = "images/Help16.png";
|
||||
|
||||
/**
|
||||
* generated serial version ID
|
||||
*/
|
||||
private static final long serialVersionUID = -8203958978173990301L;
|
||||
|
||||
@SuppressWarnings("unused")
|
||||
private static final CLogger logger = CLogger.getCLogger(DefaultDesktop.class);
|
||||
|
||||
|
|
|
@ -136,7 +136,7 @@ public class ZkReportViewer extends Window implements EventListener<Event>, ITab
|
|||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 6208607687967139151L;
|
||||
private static final long serialVersionUID = 3463776496724974142L;
|
||||
|
||||
/** Window No */
|
||||
private int m_WindowNo = -1;
|
||||
|
|
Loading…
Reference in New Issue