Use constant instead of hardcoded String.

This commit is contained in:
trifonnt 2009-01-23 22:27:33 +00:00
parent 74b2c6e351
commit b05afc705c
1 changed files with 1 additions and 1 deletions

View File

@ -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