You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by ni...@apache.org on 2006/08/25 19:23:50 UTC

svn commit: r436864 - /struts/struts1/trunk/core/src/main/resources/org/apache/struts/chain/chain-config.xml

Author: niallp
Date: Fri Aug 25 10:23:50 2006
New Revision: 436864

URL: http://svn.apache.org/viewvc?rev=436864&view=rev
Log:
Minor formatting changes

Modified:
    struts/struts1/trunk/core/src/main/resources/org/apache/struts/chain/chain-config.xml

Modified: struts/struts1/trunk/core/src/main/resources/org/apache/struts/chain/chain-config.xml
URL: http://svn.apache.org/viewvc/struts/struts1/trunk/core/src/main/resources/org/apache/struts/chain/chain-config.xml?rev=436864&r1=436863&r2=436864&view=diff
==============================================================================
--- struts/struts1/trunk/core/src/main/resources/org/apache/struts/chain/chain-config.xml (original)
+++ struts/struts1/trunk/core/src/main/resources/org/apache/struts/chain/chain-config.xml Fri Aug 25 10:23:50 2006
@@ -172,13 +172,13 @@
 
 
         <!-- Lookup and execute a chain command if the current ActionConfig is
-       so-configured. -->
+             so-configured. -->
         <command
                 className="org.apache.struts.chain.commands.ExecuteCommand"/>
 
 
         <!-- Select the appropriate ForwardConfig for action mappings that only
-     have an ActionForward -->
+             have an ActionForward -->
         <command
                 className="org.apache.struts.chain.commands.servlet.SelectForward"/>
 
@@ -208,7 +208,7 @@
 
 
         <!-- Lookup and execute a chain command if the current ForwardConfig is
-       so-configured. -->
+             so-configured. -->
         <command
                 className="org.apache.struts.chain.commands.ExecuteForwardCommand"/>