[jboss-cvs] JBossAS SVN: r83406 - projects/jboss-deployers/trunk/deployers-structure-spi/src/main/java/org/jboss/deployers/structure/spi/helpers.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Jan 26 07:18:13 EST 2009


Author: alesj
Date: 2009-01-26 07:18:12 -0500 (Mon, 26 Jan 2009)
New Revision: 83406

Modified:
   projects/jboss-deployers/trunk/deployers-structure-spi/src/main/java/org/jboss/deployers/structure/spi/helpers/AbstractStructureBuilder.java
Log:
javadocs

Modified: projects/jboss-deployers/trunk/deployers-structure-spi/src/main/java/org/jboss/deployers/structure/spi/helpers/AbstractStructureBuilder.java
===================================================================
--- projects/jboss-deployers/trunk/deployers-structure-spi/src/main/java/org/jboss/deployers/structure/spi/helpers/AbstractStructureBuilder.java	2009-01-26 12:17:39 UTC (rev 83405)
+++ projects/jboss-deployers/trunk/deployers-structure-spi/src/main/java/org/jboss/deployers/structure/spi/helpers/AbstractStructureBuilder.java	2009-01-26 12:18:12 UTC (rev 83406)
@@ -48,7 +48,7 @@
    /** The log */
    private final Logger log = Logger.getLogger(getClass());
 
-   /** The context info processor */
+   /** The structure processor */
    private StructureProcessor structureProcessor;
 
    public DeploymentContext populateContext(Deployment deployment, StructureMetaData metaData) throws DeploymentException




More information about the jboss-cvs-commits mailing list