1.1 collection fix for import statements
This commit is contained in:
parent
f7db9309e0
commit
6719812a68
2 changed files with 5 additions and 2 deletions
|
@ -3,7 +3,8 @@
|
|||
|
||||
package helma.framework.core;
|
||||
|
||||
import java.util.*;
|
||||
import java.util.Vector;
|
||||
import java.util.Iterator;
|
||||
import java.io.*;
|
||||
import helma.framework.*;
|
||||
import helma.util.Updatable;
|
||||
|
|
|
@ -3,7 +3,9 @@
|
|||
|
||||
package helma.framework.core;
|
||||
|
||||
import java.util.*;
|
||||
import java.util.Vector;
|
||||
import java.util.Hashtable;
|
||||
import java.util.StringTokenizer;
|
||||
import java.io.*;
|
||||
import helma.objectmodel.*;
|
||||
import helma.objectmodel.db.Transactor;
|
||||
|
|
Loading…
Add table
Reference in a new issue