Regenerate serialVersionUID for modified classes from IDEMPIERE-1979 / IDEMPIERE-1973 / IDEMPIERE-1972

This commit is contained in:
Carlos Ruiz 2014-07-02 12:36:43 -05:00
parent d605bd38bb
commit 75ee91ce39
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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