made import statement explicit to HashMap
This commit is contained in:
parent
53d442ea8f
commit
7cf412f648
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@
|
|||
// Moved to helma.util to use java.util.HashMap instead of java.util.Hashtable
|
||||
package helma.util;
|
||||
|
||||
import java.util.*;
|
||||
import java.util.HashMap;
|
||||
|
||||
/// A Hashtable that expires least-recently-used objects.
|
||||
// <P>
|
||||
|
|
Loading…
Add table
Reference in a new issue