IDEMPIERE-1970:Improve t_selection logic for info window / regenerate serialVersionUID

This commit is contained in:
Carlos Ruiz 2014-07-16 11:55:18 -05:00
parent d76ac082e2
commit 562f579eb6
3 changed files with 3 additions and 3 deletions

View File

@ -33,7 +33,7 @@ public class MInfoProcess extends X_AD_InfoProcess {
/**
*
*/
private static final long serialVersionUID = -7324387365288006121L;
private static final long serialVersionUID = -2167041563372362436L;
/**
* {@inheritDoc}

View File

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

View File

@ -107,7 +107,7 @@ public abstract class InfoPanel extends Window implements EventListener<Event>,
/**
*
*/
private static final long serialVersionUID = -6257894588906175658L;
private static final long serialVersionUID = 7393899696081833013L;
private final static int DEFAULT_PAGE_SIZE = 100;
protected List<Button> btProcessList = new ArrayList<Button>();