Author: mrdon
Date: Thu Oct 27 20:29:09 2005
New Revision: 329062

URL: http://svn.apache.org/viewcvs?rev=329062&view=rev
Log:
Adding Javadoc comments for new property replacement method

Modified:
    struts/core/trunk/src/java/org/apache/struts/config/ActionConfigMatcher.java

Modified: 
struts/core/trunk/src/java/org/apache/struts/config/ActionConfigMatcher.java
URL: 
http://svn.apache.org/viewcvs/struts/core/trunk/src/java/org/apache/struts/config/ActionConfigMatcher.java?rev=329062&r1=329061&r2=329062&view=diff
==============================================================================
--- 
struts/core/trunk/src/java/org/apache/struts/config/ActionConfigMatcher.java 
(original)
+++ 
struts/core/trunk/src/java/org/apache/struts/config/ActionConfigMatcher.java 
Thu Oct 27 20:29:09 2005
@@ -195,6 +195,13 @@
         return config;
     }
     
+    /**
+     *  Replaces placeholders from one Properties values set to another.
+     *
+     * @param  orig  The original properties set with placehold values
+     * @param  props The target properties to store the processed values
+     * @param  vars  A Map of wildcard-matched strings
+     */
     protected void replaceProperties(Properties orig, Properties props, Map 
vars) {
         Map.Entry entry = null;
         for (Iterator i = orig.entrySet().iterator(); i.hasNext(); ) {



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to