IDEMPIERE-2336 : Modify Access Modifiers of Info Classes's properties and Methods. / minor - regenerate serialVersionUID

This commit is contained in:
Carlos Ruiz 2014-11-26 11:02:03 -05:00
parent aebb3fe2b8
commit 7d8537cc07
2 changed files with 2 additions and 2 deletions

View File

@ -51,7 +51,7 @@ public class InfoProductWindow extends InfoWindow {
/** /**
* *
*/ */
private static final long serialVersionUID = -1343685368452976048L; private static final long serialVersionUID = -7892916038089331016L;
protected Tabbox tabbedPane; protected Tabbox tabbedPane;
protected WListbox warehouseTbl; protected WListbox warehouseTbl;

View File

@ -96,7 +96,7 @@ public class InfoWindow extends InfoPanel implements ValueChangeListener, EventL
/** /**
* *
*/ */
private static final long serialVersionUID = 6606023722122538154L; private static final long serialVersionUID = -2192106603768665006L;
protected Grid parameterGrid; protected Grid parameterGrid;
private Borderlayout layout; private Borderlayout layout;