BeanDescriptor.java, [...]: Explicitely import used classes.

2003-12-04  Michael Koch  <konqueror@gmx.de>

	* java/beans/BeanDescriptor.java,
	java/beans/EventSetDescriptor.java,
	java/beans/FeatureDescriptor.java,
	java/beans/IndexedPropertyDescriptor.java,
	java/beans/Introspector.java,
	java/beans/MethodDescriptor.java,
	java/beans/PropertyDescriptor.java,
	java/beans/SimpleBeanInfo.java: Explicitely import used classes.
	* java/beans/beancontext/BeanContextServicesSupport.java
	(serialVersionUID): New field.

From-SVN: r74287
This commit is contained in:
Michael Koch 2003-12-04 19:36:13 +00:00 committed by Michael Koch
parent 02bec8cb64
commit cb611e3e83
10 changed files with 33 additions and 17 deletions

View file

@ -100,6 +100,8 @@ public class BeanContextServicesSupport
protected static class BCSSServiceProvider
implements Serializable
{
private static final long serialVersionUID = 861278251667444782L;
protected BeanContextServiceProvider serviceProvider;
protected BeanContextServiceProvider getServiceProvider()