mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-04 13:07:52 +00:00
Cosmetics: use
import java.lang.reflect.*; import java.io.*; instead of explicit importing multiple classes.
This commit is contained in:
parent
32619aac8e
commit
c1add24197
@ -40,15 +40,8 @@
|
||||
|
||||
package org.mozilla.javascript;
|
||||
|
||||
import java.lang.reflect.Constructor;
|
||||
import java.lang.reflect.Member;
|
||||
import java.lang.reflect.Method;
|
||||
import java.lang.reflect.Modifier;
|
||||
import java.lang.reflect.InvocationTargetException;
|
||||
import java.io.Serializable;
|
||||
import java.io.IOException;
|
||||
import java.io.ObjectInputStream;
|
||||
import java.io.ObjectOutputStream;
|
||||
import java.lang.reflect.*;
|
||||
import java.io.*;
|
||||
|
||||
public class FunctionObject extends BaseFunction
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user