removed unnecessary FESI balast from Typemanager
This commit is contained in:
parent
34ea3f383e
commit
1e85cbf4ac
1 changed files with 1 additions and 7 deletions
|
@ -5,13 +5,7 @@ package helma.framework.core;
|
||||||
|
|
||||||
import helma.objectmodel.*;
|
import helma.objectmodel.*;
|
||||||
import helma.util.*;
|
import helma.util.*;
|
||||||
import FESI.Parser.*;
|
|
||||||
import FESI.AST.ASTFormalParameterList;
|
|
||||||
import FESI.AST.ASTStatementList;
|
|
||||||
import FESI.AST.EcmaScriptTreeConstants;
|
|
||||||
import FESI.Interpreter.*;
|
|
||||||
import FESI.Exceptions.*;
|
import FESI.Exceptions.*;
|
||||||
import FESI.Extensions.*;
|
|
||||||
import FESI.Data.*;
|
import FESI.Data.*;
|
||||||
import java.util.*;
|
import java.util.*;
|
||||||
import java.io.*;
|
import java.io.*;
|
||||||
|
@ -22,7 +16,7 @@ import java.io.*;
|
||||||
* applications and updates the evaluators if anything has changed.
|
* applications and updates the evaluators if anything has changed.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
public class TypeManager implements Runnable, EcmaScriptTreeConstants {
|
public class TypeManager implements Runnable {
|
||||||
|
|
||||||
Application app;
|
Application app;
|
||||||
File appDir;
|
File appDir;
|
||||||
|
|
Loading…
Add table
Reference in a new issue