IDEMPIERE-2336 : Modify Access Modifiers of Info Classes's properties and Methods. / minor - regenerate serialVersionUID
This commit is contained in:
parent
aebb3fe2b8
commit
7d8537cc07
|
@ -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 WListbox warehouseTbl;
|
||||
|
|
|
@ -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;
|
||||
private Borderlayout layout;
|
||||
|
|
Loading…
Reference in New Issue