made import statement explicit to HashMap

This commit is contained in:
hns 2001-03-08 16:27:13 +00:00
parent 53d442ea8f
commit 7cf412f648

View file

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