fixed import statement for 1.1 collections
This commit is contained in:
parent
9a128e960b
commit
d0eaced696
1 changed files with 2 additions and 1 deletions
|
@ -3,8 +3,9 @@
|
|||
|
||||
package helma.framework.core;
|
||||
|
||||
import java.util.*;
|
||||
import java.io.*;
|
||||
import java.util.Vector;
|
||||
import java.util.Hashtable;
|
||||
import helma.framework.*;
|
||||
import FESI.Data.*;
|
||||
import FESI.Exceptions.*;
|
||||
|
|
Loading…
Add table
Reference in a new issue