Author: jlaskowski
Date: Tue Dec 14 09:49:43 2004
New Revision: 111845

URL: http://svn.apache.org/viewcvs?view=rev&rev=111845
Log:
Typo
Modified:
   
geronimo/trunk/modules/kernel/src/java/org/apache/geronimo/gbean/runtime/GBeanInstance.java

Modified: 
geronimo/trunk/modules/kernel/src/java/org/apache/geronimo/gbean/runtime/GBeanInstance.java
Url: 
http://svn.apache.org/viewcvs/geronimo/trunk/modules/kernel/src/java/org/apache/geronimo/gbean/runtime/GBeanInstance.java?view=diff&rev=111845&p1=geronimo/trunk/modules/kernel/src/java/org/apache/geronimo/gbean/runtime/GBeanInstance.java&r1=111844&p2=geronimo/trunk/modules/kernel/src/java/org/apache/geronimo/gbean/runtime/GBeanInstance.java&r2=111845
==============================================================================
--- 
geronimo/trunk/modules/kernel/src/java/org/apache/geronimo/gbean/runtime/GBeanInstance.java
 (original)
+++ 
geronimo/trunk/modules/kernel/src/java/org/apache/geronimo/gbean/runtime/GBeanInstance.java
 Tue Dec 14 09:49:43 2004
@@ -178,12 +178,12 @@
 
 
     /**
-     * Constructa a GBeanMBean using the supplied GBeanData and class loader
+     * Construct a GBeanMBean using the supplied GBeanData and class loader
      *
      * @param gbeanData the data for the new GBean including GBeanInfo, intial 
attribute values, and reference patterns
      * @param classLoader the class loader used to load the gbean instance and 
attribute/reference types
      * @throws org.apache.geronimo.gbean.InvalidConfigurationException if the 
gbeanInfo is inconsistent with the actual java classes, such as
-     * mismatched attribute types or the intial data can not be set
+     * mismatched attribute types or the intial data cannot be set
      */
     public GBeanInstance(GBeanData gbeanData, Kernel kernel, DependencyManager 
dependencyManager, LifecycleBroadcaster lifecycleBroadcaster, ClassLoader 
classLoader) throws InvalidConfigurationException {
         this.objectName = gbeanData.getName();

Reply via email to