fixes #33 - regenerate serialversionUID after adding methods
This commit is contained in:
parent
c02b06e328
commit
11ee51bd85
|
@ -101,8 +101,11 @@ import org.zkoss.zul.Vbox;
|
||||||
* @author Low Heng Sin
|
* @author Low Heng Sin
|
||||||
*/
|
*/
|
||||||
public class ZkReportViewer extends Window implements EventListener, ITabOnCloseHandler {
|
public class ZkReportViewer extends Window implements EventListener, ITabOnCloseHandler {
|
||||||
|
/**
|
||||||
private static final long serialVersionUID = 4640088641140012438L;
|
*
|
||||||
|
*/
|
||||||
|
private static final long serialVersionUID = -7554542090648903080L;
|
||||||
|
|
||||||
/** Window No */
|
/** Window No */
|
||||||
private int m_WindowNo = -1;
|
private int m_WindowNo = -1;
|
||||||
/** Print Context */
|
/** Print Context */
|
||||||
|
|
Loading…
Reference in New Issue