summaryrefslogtreecommitdiff
path: root/libjava/java/beans/IndexedPropertyDescriptor.java
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/java/beans/IndexedPropertyDescriptor.java')
-rw-r--r--libjava/java/beans/IndexedPropertyDescriptor.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/libjava/java/beans/IndexedPropertyDescriptor.java b/libjava/java/beans/IndexedPropertyDescriptor.java
index 42c9a248d55..8d80be9844d 100644
--- a/libjava/java/beans/IndexedPropertyDescriptor.java
+++ b/libjava/java/beans/IndexedPropertyDescriptor.java
@@ -38,8 +38,8 @@ exception statement from your version. */
package java.beans;
-import java.util.*;
-import java.lang.reflect.*;
+import java.lang.reflect.Array;
+import java.lang.reflect.Method;
/**
** IndexedPropertyDescriptor describes information about a JavaBean