martinc     2004/03/22 22:27:06

  Modified:    src/share/org/apache/struts/config ActionConfigMatcher.java
  Log:
  Make ActionConfigMatcher$Mapping serializable.
  
  PR: 27376
  Submitted by: Fabio Grassi
  
  Revision  Changes    Path
  1.10      +4 -4      
jakarta-struts/src/share/org/apache/struts/config/ActionConfigMatcher.java
  
  Index: ActionConfigMatcher.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-struts/src/share/org/apache/struts/config/ActionConfigMatcher.java,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- ActionConfigMatcher.java  14 Mar 2004 06:23:47 -0000      1.9
  +++ ActionConfigMatcher.java  23 Mar 2004 06:27:06 -0000      1.10
  @@ -211,7 +211,7 @@
       /**
        *  Stores a compiled wildcard pattern and the ActionConfig it came from.
        */
  -    private class Mapping {
  +    private class Mapping implements Serializable {
   
           /**  The compiled pattern. */
           private int[] pattern;
  
  
  

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

Reply via email to