1.1 colleciton fixes
This commit is contained in:
parent
6719812a68
commit
9a128e960b
2 changed files with 8 additions and 3 deletions
|
@ -3,7 +3,6 @@
|
||||||
|
|
||||||
package helma.framework.core;
|
package helma.framework.core;
|
||||||
|
|
||||||
import java.util.*;
|
|
||||||
import java.io.*;
|
import java.io.*;
|
||||||
import java.lang.reflect.*;
|
import java.lang.reflect.*;
|
||||||
import java.rmi.*;
|
import java.rmi.*;
|
||||||
|
@ -17,7 +16,12 @@ import helma.util.*;
|
||||||
import FESI.Data.*;
|
import FESI.Data.*;
|
||||||
import FESI.Interpreter.*;
|
import FESI.Interpreter.*;
|
||||||
import com.sleepycat.db.DbException;
|
import com.sleepycat.db.DbException;
|
||||||
|
import java.util.Hashtable;
|
||||||
|
import java.util.Vector;
|
||||||
|
import java.util.Enumeration;
|
||||||
|
import java.util.Stack;
|
||||||
|
import java.util.EmptyStackException;
|
||||||
|
import java.util.StringTokenizer;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The central class of a HOP application. This class keeps a pool of so-called
|
* The central class of a HOP application. This class keeps a pool of so-called
|
||||||
|
|
|
@ -7,7 +7,8 @@ package helma.framework.core;
|
||||||
import FESI.Data.*;
|
import FESI.Data.*;
|
||||||
import FESI.Exceptions.*;
|
import FESI.Exceptions.*;
|
||||||
import FESI.Interpreter.Evaluator;
|
import FESI.Interpreter.Evaluator;
|
||||||
import java.util.*;
|
import java.util.Hashtable;
|
||||||
|
import java.util.Enumeration;
|
||||||
import helma.objectmodel.INode;
|
import helma.objectmodel.INode;
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue