Author: pbenedict Date: Sun Dec 21 11:00:05 2008 New Revision: 728477 URL: http://svn.apache.org/viewvc?rev=728477&view=rev Log: STR-3169: Add @throws IllegalStateException
Modified: struts/struts1/trunk/core/src/main/java/org/apache/struts/config/ActionConfigMatcher.java Modified: struts/struts1/trunk/core/src/main/java/org/apache/struts/config/ActionConfigMatcher.java URL: http://svn.apache.org/viewvc/struts/struts1/trunk/core/src/main/java/org/apache/struts/config/ActionConfigMatcher.java?rev=728477&r1=728476&r2=728477&view=diff ============================================================================== --- struts/struts1/trunk/core/src/main/java/org/apache/struts/config/ActionConfigMatcher.java (original) +++ struts/struts1/trunk/core/src/main/java/org/apache/struts/config/ActionConfigMatcher.java Sun Dec 21 11:00:05 2008 @@ -151,6 +151,8 @@ * @param vars A Map of wildcard-matched strings * @return A cloned ActionConfig with appropriate properties replaced with * wildcard-matched values + * @throws IllegalStateException if a placeholder substitution is + * impossible due to recursion */ protected ActionConfig convertActionConfig(String path, ActionConfig orig, Map vars) {