You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by tm...@apache.org on 2006/11/18 03:25:42 UTC

svn commit: r476418 - /struts/struts2/trunk/core/src/main/java/org/apache/struts2/StrutsConstants.java

Author: tmjee
Date: Fri Nov 17 18:25:42 2006
New Revision: 476418

URL: http://svn.apache.org/viewvc?view=rev&rev=476418
Log:
WW-1483
  - corrected typo


Modified:
    struts/struts2/trunk/core/src/main/java/org/apache/struts2/StrutsConstants.java

Modified: struts/struts2/trunk/core/src/main/java/org/apache/struts2/StrutsConstants.java
URL: http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/main/java/org/apache/struts2/StrutsConstants.java?view=diff&rev=476418&r1=476417&r2=476418
==============================================================================
--- struts/struts2/trunk/core/src/main/java/org/apache/struts2/StrutsConstants.java (original)
+++ struts/struts2/trunk/core/src/main/java/org/apache/struts2/StrutsConstants.java Fri Nov 17 18:25:42 2006
@@ -137,7 +137,7 @@
     public static final String STRUTS_ENABLE_SLASHES_IN_ACTION_NAMES = "struts.enable.SlashesInActionNames";
 
     /** Prefix used by {@link CompositeActionMapper} to identify its containing {@link org.apache.struts2.dispatcher.mapper.ActionMapper} class. */
-    public static final String STRUTS_MAPPER_COMPOSITE = "struts.mapper.composite.";
+    public static final String STRUTS_MAPPER_COMPOSITE = "struts.mapper.composite";
 
     public static final String STRUTS_ACTIONPROXYFACTORY = "struts.actionProxyFactory";