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