fixes #33 - regenerate serialversionUID after adding methods

This commit is contained in:
Carlos Ruiz 2011-06-21 23:31:12 -05:00
parent c02b06e328
commit 11ee51bd85
1 changed files with 5 additions and 2 deletions

View File

@ -101,8 +101,11 @@ import org.zkoss.zul.Vbox;
* @author Low Heng Sin
*/
public class ZkReportViewer extends Window implements EventListener, ITabOnCloseHandler {
private static final long serialVersionUID = 4640088641140012438L;
/**
*
*/
private static final long serialVersionUID = -7554542090648903080L;
/** Window No */
private int m_WindowNo = -1;
/** Print Context */