still some more 1.1 collections fixes
This commit is contained in:
parent
8106b25a0f
commit
2c0d667750
2 changed files with 8 additions and 2 deletions
|
@ -6,7 +6,9 @@ package helma.objectmodel;
|
|||
import helma.framework.core.Application;
|
||||
import helma.objectmodel.db.WrappedNodeManager;
|
||||
import helma.util.Updatable;
|
||||
import java.util.*;
|
||||
import java.util.Hashtable;
|
||||
import java.util.Enumeration;
|
||||
import java.util.StringTokenizer;
|
||||
import java.sql.*;
|
||||
import com.workingdogs.village.*;
|
||||
|
||||
|
|
|
@ -4,7 +4,11 @@
|
|||
package helma.objectmodel.db;
|
||||
|
||||
|
||||
import java.util.*;
|
||||
import java.util.Vector;
|
||||
import java.util.Hashtable;
|
||||
import java.util.Enumeration;
|
||||
import java.util.Date;
|
||||
import java.util.StringTokenizer;
|
||||
import java.io.*;
|
||||
import java.sql.Types;
|
||||
import helma.objectmodel.*;
|
||||
|
|
Loading…
Add table
Reference in a new issue