Cleanup import statements.
This commit is contained in:
parent
87aca52907
commit
16621735c6
4 changed files with 0 additions and 10 deletions
|
@ -18,9 +18,7 @@ package helma.scripting;
|
|||
|
||||
import helma.framework.IPathElement;
|
||||
import helma.framework.core.Application;
|
||||
import helma.framework.core.Prototype;
|
||||
import helma.framework.core.RequestEvaluator;
|
||||
import java.io.File;
|
||||
import java.util.*;
|
||||
|
||||
/**
|
||||
|
|
|
@ -17,10 +17,7 @@
|
|||
package helma.scripting.rhino.extensions;
|
||||
|
||||
import helma.image.*;
|
||||
import helma.util.*;
|
||||
import java.awt.image.*;
|
||||
import java.io.*;
|
||||
import java.util.*;
|
||||
import org.mozilla.javascript.Context;
|
||||
import org.mozilla.javascript.Function;
|
||||
import org.mozilla.javascript.FunctionObject;
|
||||
|
|
|
@ -17,14 +17,11 @@
|
|||
package helma.scripting.rhino.extensions;
|
||||
|
||||
import helma.scripting.rhino.*;
|
||||
import helma.framework.core.Application;
|
||||
import helma.framework.core.RequestEvaluator;
|
||||
import helma.objectmodel.INode;
|
||||
import helma.objectmodel.db.Node;
|
||||
import helma.objectmodel.dom.*;
|
||||
import java.io.ByteArrayOutputStream;
|
||||
import java.io.File;
|
||||
import java.io.FileNotFoundException;
|
||||
import java.io.IOException;
|
||||
import java.io.StringReader;
|
||||
|
||||
|
|
|
@ -19,8 +19,6 @@ package helma.scripting.rhino.extensions;
|
|||
import helma.scripting.rhino.*;
|
||||
import org.mozilla.javascript.*;
|
||||
import org.apache.xmlrpc.*;
|
||||
import java.io.*;
|
||||
import java.net.*;
|
||||
import java.util.*;
|
||||
import java.lang.reflect.Member;
|
||||
import java.lang.reflect.Method;
|
||||
|
|
Loading…
Add table
Reference in a new issue