IDEMPIERE-370 Implement link from process ending message to next records / minor - serialversionID
This commit is contained in:
parent
90b791b1e3
commit
52b7f43d4d
|
@ -39,6 +39,11 @@ import org.compiere.util.Util;
|
||||||
*/
|
*/
|
||||||
public class ProcessInfo implements Serializable
|
public class ProcessInfo implements Serializable
|
||||||
{
|
{
|
||||||
|
/**
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
private static final long serialVersionUID = 1426147857271483561L;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Constructor
|
* Constructor
|
||||||
* @param Title Title
|
* @param Title Title
|
||||||
|
|
Loading…
Reference in New Issue