Author: jlaskowski Date: Sat Dec 4 12:24:35 2004 New Revision: 109821 URL: http://svn.apache.org/viewcvs?view=rev&rev=109821 Log: Typo correction Modified: geronimo/trunk/modules/deployment/src/java/org/apache/geronimo/deployment/ConfigurationBuilder.java
Modified: geronimo/trunk/modules/deployment/src/java/org/apache/geronimo/deployment/ConfigurationBuilder.java Url: http://svn.apache.org/viewcvs/geronimo/trunk/modules/deployment/src/java/org/apache/geronimo/deployment/ConfigurationBuilder.java?view=diff&rev=109821&p1=geronimo/trunk/modules/deployment/src/java/org/apache/geronimo/deployment/ConfigurationBuilder.java&r1=109820&p2=geronimo/trunk/modules/deployment/src/java/org/apache/geronimo/deployment/ConfigurationBuilder.java&r2=109821 ============================================================================== --- geronimo/trunk/modules/deployment/src/java/org/apache/geronimo/deployment/ConfigurationBuilder.java (original) +++ geronimo/trunk/modules/deployment/src/java/org/apache/geronimo/deployment/ConfigurationBuilder.java Sat Dec 4 12:24:35 2004 @@ -27,7 +27,7 @@ */ public interface ConfigurationBuilder { /** - * Builds a the deployment plan specific to this builder from a planFile and/or + * Builds a deployment plan specific to this builder from a planFile and/or * module if this builder can process it. * @param planFile the deployment plan to examine; can be null * @param module the URL of the module to examine; can be null