8005791: Remove java.beans.* imports from com.sun.jmx.mbeanserver.Introspector

Reviewed-by: rbackman
This commit is contained in:
Jaroslav Bachorik 2013-02-05 12:36:32 +01:00
parent d1a58e452a
commit 631c9a9bad

View File

@ -50,8 +50,6 @@ import javax.management.MBeanInfo;
import javax.management.NotCompliantMBeanException;
import com.sun.jmx.remote.util.EnvHelp;
import java.beans.BeanInfo;
import java.beans.PropertyDescriptor;
import java.lang.reflect.Array;
import java.lang.reflect.InvocationTargetException;
import javax.management.AttributeNotFoundException;