aboutsummaryrefslogtreecommitdiff
path: root/libjava/classpath/java/beans/beancontext/BeanContextContainerProxy.java
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/classpath/java/beans/beancontext/BeanContextContainerProxy.java')
-rw-r--r--libjava/classpath/java/beans/beancontext/BeanContextContainerProxy.java14
1 files changed, 7 insertions, 7 deletions
diff --git a/libjava/classpath/java/beans/beancontext/BeanContextContainerProxy.java b/libjava/classpath/java/beans/beancontext/BeanContextContainerProxy.java
index 3df9103..962cb5f 100644
--- a/libjava/classpath/java/beans/beancontext/BeanContextContainerProxy.java
+++ b/libjava/classpath/java/beans/beancontext/BeanContextContainerProxy.java
@@ -7,7 +7,7 @@ GNU Classpath is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2, or (at your option)
any later version.
-
+
GNU Classpath is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
@@ -54,10 +54,10 @@ import java.awt.Container;
*/
public interface BeanContextContainerProxy {
- /**
- * Get the <code>Container</code> associated with this <code>BeanContext</code>.
- * @return the <code>Container</code> associated with this
- * <code>BeanContext</code>.
- */
- Container getContainer();
+ /**
+ * Get the <code>Container</code> associated with this <code>BeanContext</code>.
+ * @return the <code>Container</code> associated with this
+ * <code>BeanContext</code>.
+ */
+ Container getContainer();
}