IDEMPIERE-422 Complete Native Sequence feature / deprecate method that must not be used
This commit is contained in:
parent
c2e073a34a
commit
dba1c54c91
|
@ -63,6 +63,9 @@ public class MSequence extends X_AD_Sequence
|
||||||
|
|
||||||
private static final String NoYearNorMonth = "-";
|
private static final String NoYearNorMonth = "-";
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @deprecated please use DB.getNextID (int, String, String)
|
||||||
|
*/
|
||||||
public static int getNextID (int AD_Client_ID, String TableName)
|
public static int getNextID (int AD_Client_ID, String TableName)
|
||||||
{
|
{
|
||||||
return getNextID(AD_Client_ID, TableName, null);
|
return getNextID(AD_Client_ID, TableName, null);
|
||||||
|
|
Loading…
Reference in New Issue