1.1 collection fixes
This commit is contained in:
parent
a2909068a0
commit
067f7b4dd1
2 changed files with 6 additions and 2 deletions
|
@ -3,7 +3,10 @@
|
|||
|
||||
package helma.framework.core;
|
||||
|
||||
import java.util.*;
|
||||
import java.util.HashMap;
|
||||
import java.util.Iterator;
|
||||
import java.util.HashSet;
|
||||
import java.util.Enumeration;
|
||||
import java.io.*;
|
||||
import helma.framework.*;
|
||||
import helma.util.Updatable;
|
||||
|
|
|
@ -3,7 +3,8 @@
|
|||
|
||||
package helma.framework.core;
|
||||
|
||||
import java.util.*;
|
||||
import java.util.HashMap;
|
||||
import java.util.Iterator;
|
||||
import java.io.*;
|
||||
import helma.framework.*;
|
||||
import helma.objectmodel.*;
|
||||
|
|
Loading…
Add table
Reference in a new issue