diff options
Diffstat (limited to 'libjava/java/beans/beancontext/BeanContextChildSupport.java')
-rw-r--r-- | libjava/java/beans/beancontext/BeanContextChildSupport.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libjava/java/beans/beancontext/BeanContextChildSupport.java b/libjava/java/beans/beancontext/BeanContextChildSupport.java index ea48cf2..8cc1750 100644 --- a/libjava/java/beans/beancontext/BeanContextChildSupport.java +++ b/libjava/java/beans/beancontext/BeanContextChildSupport.java @@ -105,7 +105,7 @@ public class BeanContextChildSupport public BeanContextChildSupport() { this (null); - }; + } /** * Create a new <code>BeanContextChildSupport</code> with the specified peer. |