diff options
Diffstat (limited to 'libjava/java/beans/beancontext')
-rw-r--r-- | libjava/java/beans/beancontext/BeanContextServicesSupport.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libjava/java/beans/beancontext/BeanContextServicesSupport.java b/libjava/java/beans/beancontext/BeanContextServicesSupport.java index 02ee53a..60aab69 100644 --- a/libjava/java/beans/beancontext/BeanContextServicesSupport.java +++ b/libjava/java/beans/beancontext/BeanContextServicesSupport.java @@ -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() |