summaryrefslogtreecommitdiff
path: root/java/beans/beancontext/BeanContextServiceProviderBeanInfo.java
diff options
context:
space:
mode:
Diffstat (limited to 'java/beans/beancontext/BeanContextServiceProviderBeanInfo.java')
-rw-r--r--java/beans/beancontext/BeanContextServiceProviderBeanInfo.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/beans/beancontext/BeanContextServiceProviderBeanInfo.java b/java/beans/beancontext/BeanContextServiceProviderBeanInfo.java
index 50b6bacd8..2c5a2c434 100644
--- a/java/beans/beancontext/BeanContextServiceProviderBeanInfo.java
+++ b/java/beans/beancontext/BeanContextServiceProviderBeanInfo.java
@@ -56,5 +56,5 @@ public interface BeanContextServiceProviderBeanInfo extends BeanInfo {
* Get <code>BeanInfo</code>s for all of the service classes of this <code>BeanInfoServiceProvider</code>.
* @return <code>BeanInfo</code>s for all provided service classes.
*/
- public BeanInfo[] getServicesBeanInfo();
+ BeanInfo[] getServicesBeanInfo();
}