updated to new package of main Server class
This commit is contained in:
parent
232f1b37bd
commit
c6d3edf6ae
1 changed files with 1 additions and 1 deletions
|
@ -184,7 +184,7 @@ public class CacheMap {
|
|||
else {
|
||||
if (newTable.size() >= eachCapacity) {
|
||||
// Rotate the tables.
|
||||
helma.objectmodel.IServer.getLogger().log ("Rotating Cache tables at "+newTable.size()+"/"+oldTable.size()+" (new/old)");
|
||||
helma.main.Server.getLogger().log ("Rotating Cache tables at "+newTable.size()+"/"+oldTable.size()+" (new/old)");
|
||||
oldTable = newTable;
|
||||
newTable = new HashMap (eachCapacity, loadFactor);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue