Use constant instead of hardcoded String.
This commit is contained in:
parent
74b2c6e351
commit
b05afc705c
|
@ -32,7 +32,7 @@ import org.compiere.util.CCache;
|
|||
public class MPOSTerminal extends X_U_POSTerminal
|
||||
{
|
||||
/** Cache */
|
||||
static private CCache<Integer,MPOSTerminal> s_cache = new CCache<Integer,MPOSTerminal>("U_POSTerminal", 10, 60);
|
||||
static private CCache<Integer,MPOSTerminal> s_cache = new CCache<Integer,MPOSTerminal>(X_U_POSTerminal.Table_Name, 10, 60);
|
||||
|
||||
/**
|
||||
* @param ctx Context
|
||||
|
|
Loading…
Reference in New Issue