You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by am...@apache.org on 2006/04/21 05:48:26 UTC

svn commit: r395768 - in /geronimo/branches/1.1/modules/kernel/src/java/org/apache/geronimo/kernel/config: Configuration.java ConfigurationManager.java

Author: ammulder
Date: Thu Apr 20 20:48:25 2006
New Revision: 395768

URL: http://svn.apache.org/viewcvs?rev=395768&view=rev
Log:
Minor doc updates

Modified:
    geronimo/branches/1.1/modules/kernel/src/java/org/apache/geronimo/kernel/config/Configuration.java
    geronimo/branches/1.1/modules/kernel/src/java/org/apache/geronimo/kernel/config/ConfigurationManager.java

Modified: geronimo/branches/1.1/modules/kernel/src/java/org/apache/geronimo/kernel/config/Configuration.java
URL: http://svn.apache.org/viewcvs/geronimo/branches/1.1/modules/kernel/src/java/org/apache/geronimo/kernel/config/Configuration.java?rev=395768&r1=395767&r2=395768&view=diff
==============================================================================
--- geronimo/branches/1.1/modules/kernel/src/java/org/apache/geronimo/kernel/config/Configuration.java (original)
+++ geronimo/branches/1.1/modules/kernel/src/java/org/apache/geronimo/kernel/config/Configuration.java Thu Apr 20 20:48:25 2006
@@ -508,7 +508,11 @@
     }
 
     /**
-     * Gets the nested configurations of this configuration.
+     * Gets the nested configurations of this configuration.  That is, the
+     * configurations within this one as a WAR can be within an EAR; not
+     * including wholly separate configurations that just depend on this
+     * one as a parent.
+     * 
      * @return the nested configuration of this configuration
      */
     public List getChildren() {

Modified: geronimo/branches/1.1/modules/kernel/src/java/org/apache/geronimo/kernel/config/ConfigurationManager.java
URL: http://svn.apache.org/viewcvs/geronimo/branches/1.1/modules/kernel/src/java/org/apache/geronimo/kernel/config/ConfigurationManager.java?rev=395768&r1=395767&r2=395768&view=diff
==============================================================================
--- geronimo/branches/1.1/modules/kernel/src/java/org/apache/geronimo/kernel/config/ConfigurationManager.java (original)
+++ geronimo/branches/1.1/modules/kernel/src/java/org/apache/geronimo/kernel/config/ConfigurationManager.java Thu Apr 20 20:48:25 2006
@@ -377,7 +377,7 @@
 
     /**
      * Reloads the specified configuration and all configurations that have a
-     * dependency on the* specified configuration
+     * dependency on the specified configuration
      *
      * @param configurationId the configuration identifier, which must be fully
      *                        resolved (isResolved() == true)